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