import { defineConfig } from "vitest/config"; import { WxtVitest } from "wxt/testing"; export default defineConfig({ plugins: [WxtVitest()], test: { mockReset: true, restoreMocks: true, }, });