Closed tomitrescak closed 1 year ago
Thanks for reporting the issue. This used to work in Wallaby but we just discovered it broke in vitest v0.0.29+
with some changes they made to how threads are executed.
We're investigating supporting the new threads: false
execution model.
We've added experimental support for running vitest
with threads: false
in Wallaby core v1.0.1448
.
Could you please update to the latest version? It should work for you.
If you have any further problems, please let us know.
Issue description or question
When running vitest in automatic mode I get
$_$wp is not defined
. This oinly happens when I set:threads: false
in my vitest.workspace.ts fileThis is the full vitest.workspace.ts file
I have to use that flag as I'm using canvas package and that is the documented fix
Wallaby diagnostics report