Skip to content

Commit

Permalink
fix(browser): allow for pretty-format as a sibling dependency (#4590)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs committed Nov 27, 2023
1 parent 58ef51a commit ed50a94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/node/esmInjector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function injectVitestModule(code: string, id: string, parse: PluginContex

let hasInjected = false

// this will tranfrom import statements into dynamic ones, if there are imports
// this will transform import statements into dynamic ones, if there are imports
// it will keep the import as is, if we don't need to mock anything
// in browser environment it will wrap the module value with "vitest_wrap_module" function
// that returns a proxy to the module so that named exports can be mocked
Expand Down
1 change: 1 addition & 0 deletions packages/browser/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default (project: WorkspaceProject, base = '/'): Plugin[] => {
],
include: [
'vitest > @vitest/utils > pretty-format',
'vitest > @vitest/snapshot > pretty-format',
'vitest > diff-sequences',
'vitest > loupe',
'vitest > pretty-format',
Expand Down

0 comments on commit ed50a94

Please sign in to comment.