We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2333f98 commit 8c4c39eCopy full SHA for 8c4c39e
test/external/run-all-tests
@@ -14,6 +14,8 @@ for dir in `ls -d */`; do
14
rm -rf node_modules
15
# Also install the latest version of the package, built off the master branch
16
npm install ../../../../express-rate-limit*.tgz
17
+ # and ensure the other dependencies are installed...
18
+ npm install
19
# Run the linter and the tests
20
npm run lint
21
npm run test
0 commit comments