mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:11:29 +08:00
17 lines
256 B
Markdown
17 lines
256 B
Markdown
```json renderer="vue" language="js" tabTitle="jest"
|
|
{
|
|
"scripts": {
|
|
"test": "jest --setupFiles ./setupFile.js"
|
|
}
|
|
}
|
|
```
|
|
|
|
```json renderer="vue" language="ts" tabTitle="jest"
|
|
{
|
|
"scripts": {
|
|
"test": "jest --setupFiles ./setupFile.js"
|
|
}
|
|
}
|
|
```
|
|
|