Skip to content

Commit

Permalink
fix(browser): change optimized deps to use vitest (#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Jun 15, 2023
1 parent b097cef commit b4ac88e
Show file tree
Hide file tree
Showing 3 changed files with 117 additions and 74 deletions.
8 changes: 5 additions & 3 deletions packages/browser/src/node/index.ts
Expand Up @@ -51,9 +51,11 @@ export default (project: any, base = '/'): Plugin[] => {
'@vitest/utils',
],
include: [
'@vitest/utils > concordance',
'@vitest/utils > loupe',
'@vitest/utils > pretty-format',
'vitest > concordance',
'vitest > loupe',
'vitest > pretty-format',
'vitest > pretty-format > ansi-styles',
'vitest > pretty-format > ansi-regex',
'vitest > chai',
],
},
Expand Down
1 change: 1 addition & 0 deletions packages/ui/client/auto-imports.d.ts
Expand Up @@ -93,6 +93,7 @@ declare global {
const toReactive: typeof import('@vueuse/core')['toReactive']
const toRef: typeof import('vue')['toRef']
const toRefs: typeof import('vue')['toRefs']
const toValue: typeof import('vue')['toValue']
const triggerRef: typeof import('vue')['triggerRef']
const tryOnBeforeMount: typeof import('@vueuse/core')['tryOnBeforeMount']
const tryOnBeforeUnmount: typeof import('@vueuse/core')['tryOnBeforeUnmount']
Expand Down

0 comments on commit b4ac88e

Please sign in to comment.