Skip to content

Commit 497d477

Browse files
uncomment vanity PP test
1 parent 3cf0d87 commit 497d477

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

run-against-nss.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export NODE_TLS_REJECT_UNAUTHORIZED=0
4141
export STORAGE_ROOT_ALICE=$SYSTEM_UNDER_TEST/
4242

4343

44-
# npm run jest "$@"
45-
# npm run jest -- --json --outputFile="$RESULTS_PATH" "$@"
46-
export DEBUG=*
47-
./node_modules/.bin/jest test/surface/p*
44+
npm run jest "$@"
45+
npm run jest -- --json --outputFile="$RESULTS_PATH" "$@"
46+
# export DEBUG=*
47+
# ./node_modules/.bin/jest test/surface/p*

0 commit comments

Comments
 (0)