Skip to content

Commit

Permalink
fix(browser): remove @vitest/runner > pretty-format from prebundling …
Browse files Browse the repository at this point in the history
…because it doesn't exist (#6075)
  • Loading branch information
sheremet-va committed Jul 10, 2024
1 parent aa52792 commit a169d25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/browser/src/node/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ export default (browserServer: BrowserServer, base = '/'): Plugin[] => {
'vitest > pretty-format > ansi-regex',
'vitest > chai',
'vitest > chai > loupe',
'vitest > @vitest/runner > pretty-format',
'vitest > @vitest/utils > diff-sequences',
'vitest > @vitest/utils > loupe',
'@vitest/browser > @testing-library/user-event',
Expand Down

0 comments on commit a169d25

Please sign in to comment.