mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
update deps
This commit is contained in:
@@ -5,7 +5,7 @@ import path from "node:path";
|
||||
export default defineConfig({
|
||||
plugins: [tsconfigPaths()],
|
||||
test: {
|
||||
projects: ["**/*.vitest.config.ts"],
|
||||
projects: ["**/*.vitest.config.ts", "**/*/vitest.config.ts"],
|
||||
include: ["**/*.vi-test.ts", "**/*.vitest.ts"],
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user