Skip to content

Commit

Permalink
Mock bcrypt during make test-integration (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white authored Aug 2, 2023
1 parent 6d53188 commit 228d95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ debug: base

.PHONY: test
test: lint
env BCRYPT=no npx mocha --recursive --exit
BCRYPT=no npx mocha --recursive --exit
.PHONY: test-full
test-full: lint
npx mocha --recursive --exit

.PHONY: test-integration
test-integration: node_version
npx mocha --recursive test/integration --exit
BCRYPT=no npx mocha --recursive test/integration --exit

.PHONY: test-unit
test-unit: node_version
Expand Down

0 comments on commit 228d95d

Please sign in to comment.