Commit graph

4 commits

Author SHA1 Message Date
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
Sarthak Agarwal
92faba2546 making name cosnistency in config for test-framework 2026-02-02 15:06:17 +05:30
Sarthak Agarwal
468ef10b9e reset test strings to strict 2026-01-31 19:02:28 +05:30
Sarthak Agarwal
7f7cc62d4e Setup with auto detection process 2026-01-30 19:45:13 +05:30