Files
oh-my-opencode/commit-msg2.txt
YeonGyu-Kim da68fb3d68 test: isolate model-error-classifier.test.ts to prevent module mock contamination
The test mocks `./connected-providers-cache` at module level, which breaks
subsequent tests that import the real module. Move to isolated directory
to prevent cross-test contamination.
2026-04-04 20:06:55 +09:00

5 lines
267 B
Plaintext

test: isolate model-error-classifier.test.ts to prevent module mock contamination
The test mocks `./connected-providers-cache` at module level, which breaks
subsequent tests that import the real module. Move to isolated directory
to prevent cross-test contamination.