mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
fix: move import re to module level in vitest_runner.py
Co-authored-by: mohammed ahmed <undefined@users.noreply.github.com>
This commit is contained in:
parent
790d0b7a68
commit
73c91f33cd
1 changed files with 0 additions and 1 deletions
|
|
@ -175,7 +175,6 @@ def _is_vitest_workspace(project_root: Path) -> bool:
|
|||
# - defineWorkspace() function call
|
||||
# - workspace: [ array config
|
||||
# - separate vitest.workspace.ts/js file
|
||||
import re
|
||||
|
||||
# Match defineWorkspace calls or workspace: property assignments
|
||||
workspace_pattern = re.compile(
|
||||
|
|
|
|||
Loading…
Reference in a new issue