Skip to content

Commit

Permalink
fix(browser): remove @testing-library/dom from dependencies (#7555)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Feb 25, 2025
1 parent 3ae5514 commit 5387a5b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
}
},
"dependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.6.1",
"@vitest/mocker": "workspace:*",
"@vitest/utils": "workspace:*",
Expand Down
1 change: 0 additions & 1 deletion packages/browser/src/node/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ export default (parentServer: ParentBrowserProject, base = '/'): Plugin[] => {
'vitest > chai > loupe',
'vitest > @vitest/utils > loupe',
'@vitest/browser > @testing-library/user-event',
'@vitest/browser > @testing-library/dom',
]

const fileRoot = browserTestFiles[0] ? dirname(browserTestFiles[0]) : project.config.root
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5387a5b

Please sign in to comment.