Skip to content

Commit 128fc7c

Browse files
author
CI Fix
committed
add nyc-esm
1 parent 21798f6 commit 128fc7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@
159159
"standard-esm-fix": "standard --fix \"{bin,examples,lib,test-esm}/**/*.mjs\"",
160160
"validate": "node ./test/validate-turtle.js",
161161
"nyc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test/unit/ test/integration/",
162+
"nyc-esm": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 nyc --reporter=text-summary mocha --recursive test-esm/unit/ test-esm/integration/",
162163
"mocha": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/unit/ test/integration/",
163164
"mocha-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/http-test.js",
164165
"mocha-account-creation-oidc": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/account-creation-oidc-test.js",
@@ -170,7 +171,7 @@
170171
"mocha-ldp": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --recursive test/integration/ldp-test.js",
171172
"prepublishOnly": "npm test",
172173
"postpublish": "git push --follow-tags",
173-
"test": "npm run standard && standard-esm && npm run validate && npm run nyc && npm run test-esm",
174+
"test": "npm run standard && npm run standard-esm && npm run validate && npm run nyc && npm run nyc-esm",
174175
"test-esm": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha test-esm/unit/**/*.mjs test-esm/integration/**/*.mjs --timeout 15000",
175176
"test-esm-unit": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha test-esm/unit/**/*.mjs --timeout 10000",
176177
"test-esm-integration": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 mocha test-esm/integration/**/*.mjs --timeout 15000",

0 commit comments

Comments
 (0)