We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e307a53 commit 9117b83Copy full SHA for 9117b83
package.json
@@ -8,7 +8,7 @@
8
"index.d.ts"
9
],
10
"scripts": {
11
- "test": "semistandard && nyc --reporter=lcov --check-coverage --branches=100 ava test/unit.js",
+ "test": "semistandard && nyc --reporter=text --check-coverage --branches=100 ava test/unit.js",
12
"bench": "node benchmark/detect-libc",
13
"bench:calls": "node benchmark/call-familySync.js && sleep 1 && node benchmark/call-isNonGlibcLinuxSync.js && sleep 1 && node benchmark/call-versionSync.js"
14
},
0 commit comments