1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-22 08:11:34 +03:00
leon/test/e2e/modules/e2e.modules.jest.json
2021-03-21 15:09:18 +08:00

18 lines
338 B
JSON

{
"bail": true,
"verbose": true,
"notify": false,
"collectCoverage": false,
"rootDir": "../../..",
"testMatch": [
"<rootDir>/packages/**/*.spec.js"
],
"setupFiles": [
"jest-canvas-mock",
"<rootDir>/test/paths.setup.js"
],
"setupFilesAfterEnv": [
"<rootDir>/test/e2e/modules/e2e.modules.setup.js"
]
}