➕(react) add Chromatic support
We need to be able to run some visual testing during our releases, Chromatic is the best choice for Storybook.
This commit is contained in:
5
packages/react/chromatic.config.json.dist
Normal file
5
packages/react/chromatic.config.json.dist
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"projectId": "<PROJECT ID>",
|
||||
"zip": true,
|
||||
"storybookBaseDir": "packages/react"
|
||||
}
|
||||
Reference in New Issue
Block a user