13 lines
124 B
JSON
13 lines
124 B
JSON
{
|
|
"all": true,
|
|
"reporter": [
|
|
"text",
|
|
"text-summary",
|
|
"lcov"
|
|
],
|
|
"include": [
|
|
"bin/**/*.js",
|
|
"src/**/*.js"
|
|
]
|
|
}
|