codeflash/tests/languages/javascript
claude[bot] d8c2b94359 style: remove redundant local import re and fix test conventions
- Remove redundant `import re` inside _is_vitest_workspace() since re is already imported at module level
- Convert tests to use pytest tmp_path fixture instead of tempfile.TemporaryDirectory()
- Add missing return type annotations and encoding= parameters
- Remove unused pytest import and docstrings

Co-authored-by: mohammed ahmed <undefined@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-04 07:56:07 +00:00
..
__init__.py vitest support add to js/ts project 2026-01-31 01:09:52 +05:30
test_discover_functions.py Fix: Skip nested functions in JavaScript/TypeScript discovery 2026-04-02 11:57:41 +00:00
test_false_positive_discovery.py Fix false positive test discovery from substring matching 2026-04-02 18:46:48 +00:00
test_support_dispatch.py max loop count in test support 2026-03-04 16:48:38 +05:30
test_vitest_coverage_config.py style: remove redundant local import re and fix test conventions 2026-04-04 07:56:07 +00:00
test_vitest_coverage_exclusions.py fix: Improve error messaging for files excluded from Vitest coverage 2026-04-02 17:44:46 +00:00
test_vitest_junit.py Merge remote-tracking branch 'origin/main' into omni-java 2026-03-04 01:52:32 -05:00
test_vitest_runner.py Merge remote-tracking branch 'origin/main' into omni-java 2026-03-04 01:52:32 -05:00
test_vitest_setupfiles_fix.py style: fix linting issues in vitest setupFiles PR 2026-04-03 20:11:05 +00:00