Skip to content

Commit 71c8416

Browse files
author
Daniel Wirtz
committed
Travis?
1 parent 5b87fb0 commit 71c8416

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"license": "Apache-2.0",
3737
"scripts": {
38-
"test": "testjs",
38+
"test": "testjs tests/suite.js",
3939
"build": "preprocess ./src/bcrypt.js ./src > ./bcrypt.js",
4040
"compile": "ccjs bcrypt.js --warning_level=VERBOSE --compilation_level=ADVANCED_OPTIMIZATIONS --externs=externs/minimal-env.js > bcrypt.min.js",
4141
"make": "npm run-script build && npm run-script compile && npm test"

0 commit comments

Comments
 (0)