Libing Chen

Results 186 comments of 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? ![image](https://user-images.githubusercontent.com/46711/186522176-fad23b0a-a414-4927-8df6-8b66a4168dbd.png)

Next week, I will find a Windows laptop and fix this problem.

> A lot of the jest assertions do not appear no idea ![image](https://user-images.githubusercontent.com/46711/185493352-886a91a4-913b-48c7-b6c1-5f69906b7100.png)

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,...