mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-26 10:58:20 -05:00
9 lines
217 B
JSON
9 lines
217 B
JSON
{
|
|
"all": true,
|
|
"include": ["controllers/*.js", "utils/*.js", "service/*.js", "db/mongo/modules/*.js"],
|
|
"exclude": ["**/*.test.js"],
|
|
"reporter": ["html", "text", "lcov"],
|
|
"sourceMap": false,
|
|
"instrument": true
|
|
}
|