sodatea / vite-jest

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

Refactor to make use of async resolver in Jest 28 #37

Open sodatea opened 2 years ago

sodatea commented 2 years ago

Now that v28 alpha.4 has supported async resolver: https://github.com/facebook/jest/releases/tag/v28.0.0-alpha.4

frankandrobot commented 2 years ago

On a related note, it appears that jest now has first-class support for vite Is there a way to add vite w/o this package now?