Skip to content

Commit

Permalink
fix(browser): don't fail on importing diff-sequences
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 16, 2023
1 parent 02bed36 commit 00b0e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/src/node/index.ts
Expand Up @@ -51,7 +51,7 @@ export default (project: any, base = '/'): Plugin[] => {
'@vitest/utils',
],
include: [
'vitest > concordance',
'vitest > diff-sequences',
'vitest > loupe',
'vitest > pretty-format',
'vitest > pretty-format > ansi-styles',
Expand Down

0 comments on commit 00b0e6a

Please sign in to comment.