Skip to content

Commit

Permalink
security: bump package versions. fix hanging tests on the new mocha.
Browse files Browse the repository at this point in the history
* these tests have been goofy for a long time, the new version of mocha
  exposed which ones were hanging.
  • Loading branch information
issa-tseng committed Apr 7, 2020
1 parent 91f34e3 commit ca08b53
Show file tree
Hide file tree
Showing 5 changed files with 2,086 additions and 948 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ debug: base
node --debug --inspect lib/bin/run-server.js

test: node_modules
env BCRYPT=no node node_modules/mocha/bin/mocha --recursive
env BCRYPT=no node node_modules/mocha/bin/mocha --recursive --exit
test-full: node_modules
node node_modules/mocha/bin/mocha --recursive
node node_modules/mocha/bin/mocha --recursive --exit

test-integration: node_modules
node node_modules/mocha/bin/mocha --recursive test/integration
node node_modules/mocha/bin/mocha --recursive test/integration --exit

test-unit: node_modules
node node_modules/mocha/bin/mocha --recursive test/unit
node node_modules/mocha/bin/mocha --recursive test/unit --exit

test-coverage: node_modules
node node_modules/.bin/nyc -x "**/migrations/**" --reporter=lcov node_modules/.bin/_mocha --exit --recursive test
Expand Down
Loading

0 comments on commit ca08b53

Please sign in to comment.