Closed SirMishaa closed 2 years ago
And yes, of course, the file is here. It looks like the plugin try to open the file in a "windows way".
It looks like the plugin try to open the file in a "windows way".
I will treat WSL as Linux. Could you try this version? If it works, and I will release a new version. Sorry I have no WSL env for testing.
Same error:
@SirMishaa could you post your command line to run test in WSL alike `vitest run -t 'Hi' test/basic.test.ts'? thanks.
Now use npm exec -- vitest
to run test, and OS detection not required. Please try new 0.5.0 version.
Hello
It looks like it doesn't work with WSL. I got the following error message:
I'm using this template : https://github.com/antfu/vitesse-lite for Vue 3 and Vitest test framework. It's working good with CLI. I'm under the last version of PHPStorm. Same error with Webstorm.
The basic tere is here :