mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-22 16:21:41 +03:00
15 lines
313 B
JSON
15 lines
313 B
JSON
|
{
|
||
|
"bail": true,
|
||
|
"verbose": true,
|
||
|
"notify": true,
|
||
|
"collectCoverage": false,
|
||
|
"rootDir": "../../..",
|
||
|
"testMatch": [
|
||
|
"<rootDir>/packages/**/*.spec.js"
|
||
|
],
|
||
|
"setupFiles": [
|
||
|
"<rootDir>/test/paths.setup.js"
|
||
|
],
|
||
|
"setupTestFrameworkScriptFile": "<rootDir>/test/e2e/modules/e2e.modules.setup.js"
|
||
|
}
|