test(ext): vitest + router sender-check + origin-bound autofill
This commit is contained in:
8
extension/vitest.config.ts
Normal file
8
extension/vitest.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: 'happy-dom',
|
||||
include: ['src/**/__tests__/**/*.test.ts'],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user