mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-18 14:21:32 +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"
|
|
]
|
|
}
|