test(ext): vitest + router sender-check + origin-bound autofill

This commit is contained in:
adlee-was-taken
2026-04-20 20:15:49 -04:00
parent 2d4dcb5f6b
commit 3d2b021cb2
5 changed files with 359 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
environment: 'happy-dom',
include: ['src/**/__tests__/**/*.test.ts'],
},
});