We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab0951 commit 0f04a10Copy full SHA for 0f04a10
package.json
@@ -75,6 +75,7 @@
75
"verify:cjs": "node script/check-file.js commonjs",
76
"verify:publish-package": "npm pack | node script/check-publish-package.js",
77
"verify:typings": "tsc --noEmit",
78
+ "test:fetch-private": "bash test/fetch-tests.sh",
79
"test": "npm-run-all lint test:jest test:browser",
80
"test:jest": "cross-env NODE_ICU_DATA=node_modules/full-icu jest",
81
"test:ci": "cross-env NODE_ICU_DATA=node_modules/full-icu node --expose-gc ./node_modules/jest/bin/jest --forceExit",
0 commit comments