1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-23 00:31:29 +03:00
leon/test/e2e/modules/e2e.modules.jest.json

18 lines
337 B
JSON
Raw Normal View History

2019-02-10 15:26:50 +03:00
{
"bail": true,
"verbose": true,
"notify": true,
"collectCoverage": false,
"rootDir": "../../..",
"testMatch": [
"<rootDir>/packages/**/*.spec.js"
],
"setupFiles": [
"jest-canvas-mock",
2019-02-10 15:26:50 +03:00
"<rootDir>/test/paths.setup.js"
],
"setupFilesAfterEnv": [
"<rootDir>/test/e2e/modules/e2e.modules.setup.js"
]
2019-02-10 15:26:50 +03:00
}