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:
@@ -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.
|
||||
Reference in New Issue
Block a user