$
This commit is contained in:
14
vitest.config.js
Normal file
14
vitest.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react-swc";
|
||||
|
||||
export default defineConfig({
|
||||
server: {
|
||||
port: 3001,
|
||||
},
|
||||
test: {
|
||||
include: ["__tests__/**/*.test.{js,jsx}"],
|
||||
environment: "happy-dom",
|
||||
},
|
||||
|
||||
plugins: [react()],
|
||||
});
|
||||
Reference in New Issue
Block a user