We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b7c61e + b9d8efa commit 61a539fCopy full SHA for 61a539f
1 file changed
codeflash/languages/javascript/test_runner.py
@@ -393,6 +393,7 @@ def _create_runtime_jest_config(base_config_path: Path | None, project_root: Pat
393
{test_dirs_js},
394
],
395
testMatch: ['**/*.test.ts', '**/*.test.js', '**/*.test.tsx', '**/*.test.jsx'],
396
+ testRegex: undefined, // Clear testRegex from baseConfig to avoid conflict with testMatch
397
{module_dirs_line}}};
398
"""
399
else:
0 commit comments