Files
oh-my-opencode/commit-msg2.txt
T

5 lines
267 B
Plaintext
Raw Normal View History

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.