1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-06-05 21:59:25 +02:00

enable full JS source code coverage

This commit is contained in:
Daniel Waxweiler
2021-04-13 20:17:07 +02:00
parent 3fd69fc7f6
commit 748649bde3

View File

@ -6,7 +6,7 @@
"scripts": {
"build-dev": "gulp dev",
"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",
"test": "ava"
},