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.
This commit is contained in:
YeonGyu-Kim
2026-04-04 20:06:55 +09:00
parent f610d19f9f
commit da68fb3d68
3 changed files with 20 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
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.