mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 22:51:54 +08:00
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
```json
|
|
{
|
|
"scripts": {
|
|
"test": "jest --setupFiles ./setupFile.js"
|
|
}
|
|
}
|
|
```
|