Closed PeterAlfredLee closed 3 years ago
The test resource-compilation.test.ts is failing on windows because the include path is different from the ones in macos/linux. A call of normalizePath in vite can easily fix this.
resource-compilation.test.ts
include
normalizePath
vite
I'm glad this helps a little bit. :)
The test
resource-compilation.test.ts
is failing on windows because theinclude
path is different from the ones in macos/linux. A call ofnormalizePath
invite
can easily fix this.