test(test): added in vitest to start doing more testing before deploying
This commit is contained in:
@@ -3,6 +3,6 @@ import { defineConfig } from "vitest/config";
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
include: ["tests/**/*.test.ts"], // ← point to your tests folder
|
||||
include: ["backend/**/*.test.ts"], // ← point to your tests folder
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user