mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-02-16 11:41:24 +01:00
enable full JS source code coverage
This commit is contained in:
parent
3fd69fc7f6
commit
748649bde3
@ -6,7 +6,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build-dev": "gulp dev",
|
"build-dev": "gulp dev",
|
||||||
"build-prod": "ava && gulp prod",
|
"build-prod": "ava && gulp prod",
|
||||||
"coverage": "c8 --reporter=html --reporter=text ava",
|
"coverage": "c8 --all --reporter=html --reporter=text --include=source/**/*.js ava",
|
||||||
"eslint": "npx eslint source/**/*.js",
|
"eslint": "npx eslint source/**/*.js",
|
||||||
"test": "ava"
|
"test": "ava"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user