We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1203345 commit fc5d829Copy full SHA for fc5d829
Makefile
@@ -34,7 +34,7 @@ test-unit:
34
## test-integration: run integration tests
35
.PHONY: test-integration
36
test-integration:
37
- npx jest --detectOpenHandles --config jest.config.js test/integration
+ npx jest --detectOpenHandles --config jest.config.js --forceExit test/integration
38
39
## test: run all tests
40
.PHONY: test
0 commit comments