mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
16 lines
229 B
JSON
16 lines
229 B
JSON
{
|
|
"all": true,
|
|
"check-coverage": false,
|
|
"reporter": ["text-summary", "text", "html", "json"],
|
|
"require": [
|
|
"babel-register"
|
|
],
|
|
"sourceMap": true,
|
|
"instrument": false,
|
|
"exclude": [
|
|
"coverage",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|