Skip to content

Commit

Permalink
chore: alias vitest 세팅 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Geunbaek committed Dec 17, 2024
1 parent 0662fc4 commit 58b8fcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ export default defineConfig({
environment: "jsdom",
setupFiles: "./src/setupTests.js",
exclude: ["**/e2e/**", "**/*.e2e.spec.js", "**/node_modules/**"],
alias: {
"@": path.resolve(__dirname, "./src"),
},
},
});

0 comments on commit 58b8fcb

Please sign in to comment.