forked from lix-project/lix-website
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": false,
|
|
"instrumentation": false,
|
|
"sourceMap": false,
|
|
"reporter": ["text-summary", "text", "html", "json"],
|
|
"exclude": [
|
|
"coverage",
|
|
"example",
|
|
"test",
|
|
"test-core-js.js"
|
|
]
|
|
}
|