1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-18 14:21:32 +03:00
leon/test/json/json.jest.json
2019-02-10 20:26:50 +08:00

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"
]
}