storybook/docs/snippets/react/storybook-testing-addon-optional-config-scripts.json.mdx
2021-11-09 01:41:54 +00:00

7 lines
95 B
Plaintext

```json
{
"scripts": {
"test": "react-scripts test --setupFiles ./setupFile.js"
}
}
```