Skip to content

Commit 4b07c23

Browse files
checkpoint
1 parent fafa856 commit 4b07c23

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

typescript/vitest.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
import { defineConfig } from "vite";
2-
import react from "@vitejs/plugin-react";
1+
import { defineConfig } from "vitest/config";
32
import path from "path";
43
import { fileURLToPath } from "url";
54

65
const __dirname = path.dirname(fileURLToPath(import.meta.url));
76

87
export default defineConfig({
9-
plugins: [react()],
108
test: {
119
environment: "jsdom",
1210
setupFiles: ["./tests/setup.ts"],

0 commit comments

Comments
 (0)