mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +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