This template should help get you started developing with Svelte in WXT. Batteries include unit testing with vitest and e2e browser testing with playwright.
pnpm installpnpm devFor unit tests, this project uses vitest. Run npm run test to run all unit tests (test/unit).
For e2e (or browser) tests, this project uses Playwright. Run npm run e2e to run all e2e tests (test/browser)