codeflash/tests/test_setup
Kevin Turcios c7272ecdb9 fix: prefer src/ over build output dirs in JS module detection
JS projects often have package.json main/module/exports pointing to
build output directories (build/, dist/, out/) which contain compiled
code. Now the detector prioritizes common source directories (src/,
lib/, source/) and skips build output paths when determining module root.
2026-02-02 19:53:36 -05:00
..
__init__.py reset test strings to strict 2026-01-31 19:02:28 +05:30
test_config.py making name cosnistency in config for test-framework 2026-02-02 15:06:17 +05:30
test_detector.py fix: prefer src/ over build output dirs in JS module detection 2026-02-02 19:53:36 -05:00
test_e2e_setup.py fix: prefer src/ over build output dirs in JS module detection 2026-02-02 19:53:36 -05:00
test_first_run.py reset test strings to strict 2026-01-31 19:02:28 +05:30