Skip to content

Commit fc5d829

Browse files
test integration force exit
1 parent 1203345 commit fc5d829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test-unit:
3434
## test-integration: run integration tests
3535
.PHONY: test-integration
3636
test-integration:
37-
npx jest --detectOpenHandles --config jest.config.js test/integration
37+
npx jest --detectOpenHandles --config jest.config.js --forceExit test/integration
3838

3939
## test: run all tests
4040
.PHONY: test

0 commit comments

Comments
 (0)