We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b7bf7 commit dfe80f3Copy full SHA for dfe80f3
package.json
@@ -29,7 +29,7 @@
29
},
30
"scripts": {
31
"build": "node tools/run-release.js",
32
- "test": "c8 --reporter=lcov --reporter=json ava"
+ "test": "c8 --reporter=lcov --reporter=json --all --src=tools ava"
33
34
"private": true
35
}
0 commit comments