mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:01:05 +08:00
11 lines
253 B
JSON
11 lines
253 B
JSON
{
|
|
"rootDir": "../../..",
|
|
"verbose": true,
|
|
"notify": true,
|
|
"transform": {
|
|
".*": "babel-jest"
|
|
},
|
|
"setupFilesAfterEnv": ["<rootDir>/scripts/jest.init.js"],
|
|
"testMatch": ["<rootDir>/examples/official-storybook/tests/addon-jest.test.js"]
|
|
}
|