9 lines
182 B
JSON
9 lines
182 B
JSON
{
|
|
"all": true,
|
|
"excludeAfterRemap": true,
|
|
"report-dir": "coverage-cy",
|
|
"reporter": ["text", "json", "html"],
|
|
"extension": [".js"],
|
|
"include": "src/**/*.js"
|
|
}
|