mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 13:18:29 +01:00
17 lines
238 B
Plaintext
17 lines
238 B
Plaintext
|
{
|
||
|
"sourceMap": false,
|
||
|
"instrument": false,
|
||
|
"all": true,
|
||
|
"extension" : ["js"],
|
||
|
"cache": false,
|
||
|
"include": ["**/src/**"],
|
||
|
"reporter": [
|
||
|
"html",
|
||
|
"lcov",
|
||
|
"text",
|
||
|
"text-summary"
|
||
|
],
|
||
|
"report-dir": "coverage"
|
||
|
}
|
||
|
|