Skip to content

Commit 6b667bf

Browse files
committed
c8 -n
1 parent 471c99e commit 6b667bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"solid": "node ./bin/solid",
150150
"standard": "standard \"{bin,examples,lib,test}/**/*.js\"",
151151
"validate": "node ./test/validate-turtle.js",
152-
"c8": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 c8 --reporter=text-summary mocha --recursive test/integration/ test/unit/",
152+
"c8": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 c8 -n --reporter=text-summary mocha --recursive test/integration/ test/unit/",
153153
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ test/unit/",
154154
"mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/http-test.js",
155155
"mocha-account-creation-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-creation-oidc-test.js",

0 commit comments

Comments
 (0)