1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-19 14:52:21 +03:00
leon/test/json/json.jest.json

14 lines
226 B
JSON
Raw Normal View History

2019-02-10 15:26:50 +03:00
{
"bail": true,
"verbose": true,
"notify": true,
"collectCoverage": false,
"rootDir": "../..",
"testMatch": [
"<rootDir>/test/json/**/*.spec.js"
],
"setupFiles": [
"<rootDir>/test/paths.setup.js"
]
}