Closed glitch452 closed 2 months ago
Thanks for reporting the problem and for the sample repo.
As mentioned in the previous issue, unplugin-swc
doesn't ignore query string parameters of file import URLs, so we patch their logic at runtime to correctly handle this case. The latest version of unplugin-swc
changed file locations which broke our integration.
This is fixed in the latest version of Wallaby core, v1.0.1592
.
Issue description or question
When Vitest is configured with unplugin-swc, Wallaby is unable to transpile TypeScript.
This issue has been previously reported as:
3329
The issue was previously fixed, and it works with
unplugin-swc
up to1.4.5
, but when updating to1.5.1
this issue seems to come up again.I forked and updated the versions in the previous minimal sample repo: https://github.com/glitch452/nestjs-vitest
Running
npm test
is able to execute the tests successfully, but the wallaby start fails.Wallaby diagnostics report