Skip to content

Commit b49cf04

Browse files
committed
test: glob test dir
1 parent 722bbc8 commit b49cf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"check:lint": "ESLINT_USE_FLAT_CONFIG=false eslint lib test",
6161
"precommit": "check-clang-format",
6262
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
63-
"test": "mocha test",
63+
"test": "mocha 'test/*_tests.js'",
6464
"prebuild": "prebuild --runtime napi --strip --verbose --all"
6565
},
6666
"engines": {

0 commit comments

Comments
 (0)