Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 08ebfa2

Browse files
committed
chore: split down relationship.test.ts
1 parent 60c2f0b commit 08ebfa2

17 files changed

+2987
-2493
lines changed

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@ module.exports = {
22
preset: 'ts-jest',
33
testEnvironment: 'node',
44
collectCoverageFrom: ['src/**/*', '!src/types.ts'],
5+
// Run tests sequentially to prevent database side effects
6+
maxWorkers: 1,
7+
// Ensure deterministic test order
8+
testSequencer: '<rootDir>/test/testSequencer.js',
59
}

0 commit comments

Comments
 (0)