Skip to content

Commit 780c28d

Browse files
Move files from root folder to config folder (PalisadoesFoundation#1252)
* move files * rename file and folder
1 parent 28f78ec commit 780c28d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setupFile.ts config/vitestSetup.ts

File renamed without changes.

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from "vitest/config";
22

33
export default defineConfig({
44
test: {
5-
setupFiles: ["./setupFile.ts"],
5+
setupFiles: ["./config/vitestSetup.ts"],
66

77
// Run the setup and teardown scripts before and after all the tests are run
88
// The scripts are used to clear the testing database of all the data.

0 commit comments

Comments
 (0)