This commit is contained in:
2024-11-13 18:05:55 +08:00
parent 93d41169e1
commit eeaf9e071e
7 changed files with 421 additions and 11 deletions

7
vitest.config.ts Normal file
View File

@ -0,0 +1,7 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
// ...
},
});