mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-06 09:49:39 -06:00
9 lines
217 B
JSON
Executable File
9 lines
217 B
JSON
Executable File
{
|
|
"all": true,
|
|
"include": ["controllers/*.js", "utils/*.js", "service/*.js", "db/mongo/modules/*.js"],
|
|
"exclude": ["**/*.test.js"],
|
|
"reporter": ["html", "text", "lcov"],
|
|
"sourceMap": false,
|
|
"instrument": true
|
|
}
|