Libing Chen
Libing Chen
@simonmarshall yes, my bad. I have no Windows development, and a developer reported a bug with WSL on Windows. Could you post your os info, NODE_PATH and correct command to...
@simonmarshall could you have a test with other NOD_HOME without space, such as c:\node. I should confirm it was caused by space in path or cmd ext name. thanks
Could you assign node ad npm path for project and have test? 
Next week, I will find a Windows laptop and fix this problem.
> A lot of the jest assertions do not appear no idea 
Do you have demo project on github? Thanks. It works well with my vite.config.ts. ```typescript export default defineConfig({ define: { 'import.meta.vitest': 'undefined', }, test: { includeSource: ['src/**/*.{js,ts}', "tests/**/*.{js,ts}"], globals: true,...