Skip to content

Commit a9b6478

Browse files
committed
fix: run tests sequentially to avoid race conditions with shared state
1 parent e70ab2d commit a9b6478

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ node_modules/
77
# LicensePulse data
88
.licensepulse/
99
watchlist.json
10+
test-integration-watchlist.json
1011

1112
# Test coverage
1213
coverage/

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ module.exports = {
1515
lines: 45,
1616
statements: 45
1717
}
18-
}
18+
},
19+
maxWorkers: 1
1920
};

0 commit comments

Comments
 (0)