Skip to content

Commit

Permalink
chore: update test dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Sep 20, 2023
1 parent 1e8821e commit ed936d0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({
__VUE_OPTIONS_API__: false, // 不使用 Options Api
},
test: {
include: [path.resolve(__dirname, "./test/**/*.spec.ts")],
include: ["./test/**/*.spec.ts"],
alias: [
{find: "@", replacement: path.resolve(__dirname, "./src/renderer/")},
{find: "~~", replacement: path.resolve(__dirname, "./src/main/")},
Expand Down

0 comments on commit ed936d0

Please sign in to comment.