Skip to content

Commit 83c6d5c

Browse files
committed
fix: import jest patterns from source module instead of re-export
The formatter correctly removed the unused re-exports from parse_test_output.py. Update the test to import directly from codeflash.languages.javascript.parse.
1 parent c3fe9ec commit 83c6d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/javascript/test_vitest_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import pytest
1313
from junitparser import JUnitXml
1414

15-
from codeflash.verification.parse_test_output import jest_end_pattern, jest_start_pattern
15+
from codeflash.languages.javascript.parse import jest_end_pattern, jest_start_pattern
1616

1717

1818
class TestVitestJunitXmlFormat:

0 commit comments

Comments
 (0)