1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 23:31:30 +03:00
leon/test/json/json.jest.json
2022-09-03 19:12:41 +08:00

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