Skip to content

Commit

Permalink
chore(config): resolve path aliases
Browse files Browse the repository at this point in the history
integration components would be utilizing these path aliases.
  • Loading branch information
lemredd committed Dec 17, 2022
1 parent 96c1a25 commit cb69b7f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/intg.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import { defineConfig } from "vitest/config"
export default defineConfig({
"plugins": [vue()],

"resolve": {
"alias": {
"@": "src/components"
}
},

"test": {
"environment": "jsdom",
"globals": true,
Expand Down

0 comments on commit cb69b7f

Please sign in to comment.