mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:21:08 +08:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"rootDir": "../../..",
|
|
"verbose": true,
|
|
"coverageDirectory": "coverage/",
|
|
"notify": true,
|
|
"collectCoverage": true,
|
|
"collectCoverageFrom": [
|
|
"../stories/**/*.js",
|
|
"../stories/*.js",
|
|
"!.*",
|
|
"!../stories/__test__/*",
|
|
"!../stories/**/__test__/*"
|
|
],
|
|
"testMatch": ["<rootDir>/examples/official-storybook/tests/addon-jest.test.js"]
|
|
}
|