We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f78ec commit 780c28dCopy full SHA for 780c28d
setupFile.ts config/vitestSetup.ts
vite.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";
2
3
export default defineConfig({
4
test: {
5
- setupFiles: ["./setupFile.ts"],
+ setupFiles: ["./config/vitestSetup.ts"],
6
7
// Run the setup and teardown scripts before and after all the tests are run
8
// The scripts are used to clear the testing database of all the data.
0 commit comments