deliver Hongfa Laundry M1 desktop release
This commit is contained in:
16
vitest.config.ts
Normal file
16
vitest.config.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineConfig } from "vitest/config";
|
||||
import { resolve } from "path";
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: "node",
|
||||
include: ["tests/unit/**/*.{test,spec}.ts"],
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
"@main": resolve(__dirname, "./src/main"),
|
||||
"@shared": resolve(__dirname, "./src/shared"),
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user