sodatea / vite-jest

First-class Vite integration for Jest
MIT License
401 stars 51 forks source link

Fix path handling on Windows #23

Closed carlalbrecht closed 2 years ago

carlalbrecht commented 2 years ago

Closes #10

This PR resolves two issues with path handling on Windows:

bencelang commented 2 years ago

@sodatea Can you take a look at this? Currently we cannot use this module on Windows at all due to the path handling. This PR looks very promising in terms of fixing that.