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 3cf0d87 commit 497d477Copy full SHA for 497d477
run-against-nss.sh
@@ -41,7 +41,7 @@ export NODE_TLS_REJECT_UNAUTHORIZED=0
41
export STORAGE_ROOT_ALICE=$SYSTEM_UNDER_TEST/
42
43
44
-# npm run jest "$@"
45
-# npm run jest -- --json --outputFile="$RESULTS_PATH" "$@"
46
- export DEBUG=*
47
- ./node_modules/.bin/jest test/surface/p*
+npm run jest "$@"
+npm run jest -- --json --outputFile="$RESULTS_PATH" "$@"
+# export DEBUG=*
+# ./node_modules/.bin/jest test/surface/p*
0 commit comments