storybook/docs/snippets/react/storybook-testing-addon-optional-config-scripts.json.mdx
2022-11-17 16:33:22 +01:00

8 lines
96 B
Plaintext

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