Skip to content

Commit 9617642

Browse files
committed
chore(test): run test not npx mocha..
1 parent 115ee4f commit 9617642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/scripts/travis.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,4 @@ nvm install --lts=$NODE_LTS
124124

125125
echo "Installing dependencies and running test"
126126
npm install --unsafe-perm
127-
npx mocha test/kerberos_tests.js
128-
127+
npm test

0 commit comments

Comments
 (0)