This commit is contained in:
Sreekanth Nagareddy
2025-03-14 15:56:25 +05:30
parent 68cb534b48
commit 3951018aa4

View File

@@ -1,4 +1,4 @@
import { defineWorkspace } from 'vitest/config';
// needed by the vscode vitest integration but it also speeds up vitest cli
export default defineWorkspace(['./vitest.config.mts']);
export default defineWorkspace(['./vitest.config.ts']);