Skip to content

Commit

Permalink
Remove vitest-dom in favour of @testing-library/jest-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisalley committed Nov 4, 2023
1 parent fa4e46c commit fd337a5
Show file tree
Hide file tree
Showing 6 changed files with 394 additions and 418 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@size-limit/preset-small-lib": "^4.12.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.31.4",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"babel-preset-airbnb": "^5.0.0",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -94,7 +94,6 @@
"size-limit": "^4.12.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.31.4",
"vitest-dom": "^0.1.0"
"vitest": "^0.34.6"
}
}
Loading

0 comments on commit fd337a5

Please sign in to comment.