mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
refactor: remove unused methods
This commit is contained in:
@@ -10,7 +10,7 @@ export default defineConfig({
|
||||
VITE_API_URL: "http://piku-server",
|
||||
TZ: "Asia/Kolkata",
|
||||
},
|
||||
include: ["**/*.test.ts"],
|
||||
include: ["**/*.test.ts", "**/*.test.tsx"],
|
||||
environment: "jsdom",
|
||||
globals: true,
|
||||
setupFiles: ["./test/setup.ts"],
|
||||
|
||||
Reference in New Issue
Block a user