1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-22 16:21:41 +03:00
leon/test/e2e/modules/e2e.modules.jest.json

17 lines
313 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": [
"<rootDir>/test/paths.setup.js"
],
"setupFilesAfterEnv": [
"<rootDir>/test/e2e/modules/e2e.modules.setup.js"
]
2019-02-10 15:26:50 +03:00
}