b90ec08966
- Update all test files to use named mock variables instead of inline mocks - Clear mock history in beforeEach instead of using mock.restore() - Add default mock implementations stored at module level - Document that tests should not use --randomize flag due to mock.module() limitations - All 89 unit tests pass consistently without randomization
5 lines
101 B
TOML
5 lines
101 B
TOML
[test]
|
|
preload = ["./src/__tests__/bun-setup.ts"]
|
|
exclude = ["e2e/**", "**/e2e/**"]
|
|
isolation = true
|