Skip to content

Commit

Permalink
fix: test deps inline
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jul 22, 2022
1 parent 05e5df5 commit 3814f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-vue-ts/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default defineConfig({
include: ['src/**/*.test.ts'],
environment: 'happy-dom',
deps: {
inline: ['@vue', '@vueuse', 'hunter-test'],
inline: ['@vue', '@vueuse', 'vite-vue-typescript-lib-starter'],
},
},
})

0 comments on commit 3814f3d

Please sign in to comment.