storybook/examples/html-kitchen-sink/tests/addon-jest.config.json
2019-01-28 12:20:50 +01:00

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"]
}