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

10 lines
211 B
JSON
Raw Normal View History

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