You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following test fails when tsx is used as the loader
importtestfrom'ava'importassertfrom'assert'test('tsx should not break when import paths include query params',async()=>{assert.ok(awaitimport('../local/main.ts?query=params'))})
importtestfrom'node:test'importassertfrom'assert'test('tsx should not break when import paths include query params',async()=>{assert.ok(awaitimport('../local/main.ts?query=params'))})
Bug description
The following test fails when tsx is used as the loader
actual result: The test fails
expected result: The test should not fail.
Reproduction
Environment
System: OS: Linux 6.3 Arch Linux CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Memory: 18.43 GB / 31.07 GB Container: Yes Shell: 5.1.16 - /bin/bash Binaries: Node: 20.4.0 - /usr/bin/node npm: 9.8.0 - /usr/bin/npm npmPackages: tsx: ^3.12.7 => 3.12.7
Can you work on a fix?
The text was updated successfully, but these errors were encountered: