mirror of
https://github.com/mgeeky/decode-spam-headers.git
synced 2026-02-22 05:23:31 +01:00
MAESTRO: scaffold frontend tooling and config
This commit is contained in:
9
frontend/vitest.config.ts
Normal file
9
frontend/vitest.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
environment: "jsdom",
|
||||
globals: true,
|
||||
exclude: ["**/e2e/**", "**/node_modules/**", "**/.next/**", "**/dist/**"],
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user