Skip to content

Commit

Permalink
test: glob test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Feb 10, 2025
1 parent 722bbc8 commit b49cf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"check:lint": "ESLINT_USE_FLAT_CONFIG=false eslint lib test",
"precommit": "check-clang-format",
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
"test": "mocha test",
"test": "mocha 'test/*_tests.js'",
"prebuild": "prebuild --runtime napi --strip --verbose --all"
},
"engines": {
Expand Down

0 comments on commit b49cf04

Please sign in to comment.