mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-19 14:52:21 +03:00
14 lines
226 B
JSON
14 lines
226 B
JSON
|
{
|
||
|
"bail": true,
|
||
|
"verbose": true,
|
||
|
"notify": true,
|
||
|
"collectCoverage": false,
|
||
|
"rootDir": "../..",
|
||
|
"testMatch": [
|
||
|
"<rootDir>/test/json/**/*.spec.js"
|
||
|
],
|
||
|
"setupFiles": [
|
||
|
"<rootDir>/test/paths.setup.js"
|
||
|
]
|
||
|
}
|