We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce391ed commit 3c3435dCopy full SHA for 3c3435d
tools/test-npm.sh
@@ -29,10 +29,9 @@ export npm_config_prefix="$(pwd)/npm-prefix"
29
export npm_config_tmp="$(pwd)/npm-tmp"
30
31
# install npm devDependencies and run npm's tests
32
-
33
../$NODE cli.js install --ignore-scripts
34
-../$NODE cli.js run-script test-legacy
35
-../$NODE cli.js run-script test
+../$NODE test/run.js
+../$NODE cli.js run-script tap -- "test/tap/*.js"
36
37
# clean up everything one single shot
38
cd .. && rm -rf test-npm
0 commit comments