aklinker1 / vite-plugin-web-extension

Vite plugin for developing Chrome/Web Extensions
https://vite-plugin-web-extension.aklinker1.io/
MIT License
553 stars 48 forks source link

chore: convert E2E tests to use `vitest` instead of `jest` #38

Closed aklinker1 closed 1 year ago

aklinker1 commented 1 year ago

Vitest is way faster than jest because it uses vite/esbuild to transpile the TS code.