7 lines
126 B
TypeScript
Executable file
7 lines
126 B
TypeScript
Executable file
import { defineConfig } from "vitest/config";
|
|
|
|
export default defineConfig({
|
|
test: {
|
|
environment: "happy-dom",
|
|
},
|
|
});
|