We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43b37b commit e6b9640Copy full SHA for e6b9640
1 file changed
codeflash/languages/javascript/support.py
@@ -2277,9 +2277,7 @@ def instrument_existing_test(
2277
"""
2278
from codeflash.languages.javascript.instrument import inject_profiling_into_existing_js_test
2279
2280
- test_string = test_path.read_text(encoding="utf-8")
2281
return inject_profiling_into_existing_js_test(
2282
- test_string=test_string,
2283
test_path=test_path,
2284
call_positions=list(call_positions),
2285
function_to_optimize=function_to_optimize,
0 commit comments