Skip to content

Commit

Permalink
fix(browser): optimize vitest-browser-vue correctly (#6490)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 13, 2024
1 parent 36b5ace commit 5cbb0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/node/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export default (browserServer: BrowserServer, base = '/'): Plugin[] => {
if (react) {
include.push(react)
}
const vue = tryResolve('vitest-browser-react', [project.ctx.config.root])
const vue = tryResolve('vitest-browser-vue', [project.ctx.config.root])
if (vue) {
include.push(vue)
}
Expand Down

0 comments on commit 5cbb0bb

Please sign in to comment.