1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-01 05:16:10 +01:00
slate/.nycrc

17 lines
334 B
Plaintext
Raw Normal View History

{
"sourceMap": false,
"instrument": false,
"all": true,
"extension" : ["js"],
"cache": false,
"include": ["packages/slate/src/**", "packages/slate-html-serializer/src/**", "packages/slate-plain-serializer/src/**"],
"reporter": [
"html",
"lcov",
"text",
"text-summary"
],
"report-dir": "coverage"
}