chore: bootstrap mv3 extension project

This commit is contained in:
2026-04-20 19:50:05 +08:00
parent b04d018840
commit 74a2eca0ac
7 changed files with 3334 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "jsdom",
globals: true,
passWithNoTests: true,
include: ["tests/**/*.test.ts"]
}
});