storybook/docs/snippets/react/storybook-testing-addon-optional-config-scripts.json.mdx
2021-10-20 15:58:44 +01:00

8 lines
96 B
Plaintext

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