We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722bbc8 commit b49cf04Copy full SHA for b49cf04
package.json
@@ -60,7 +60,7 @@
60
"check:lint": "ESLINT_USE_FLAT_CONFIG=false eslint lib test",
61
"precommit": "check-clang-format",
62
"docs": "jsdoc2md --template etc/README.hbs --plugin dmd-clear --files lib/kerberos.js > README.md",
63
- "test": "mocha test",
+ "test": "mocha 'test/*_tests.js'",
64
"prebuild": "prebuild --runtime napi --strip --verbose --all"
65
},
66
"engines": {
0 commit comments