Skip to content

Commit

Permalink
fix: update testing-library/jest-dom version
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerioageno committed Oct 16, 2024
1 parent 002733c commit 01d5aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@tanstack/config": "^0.7.11",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^15.0.7",
"jsdom": "^24.0.0",
"prettier": "^3.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import react from '@vitejs/plugin-react'
const config = defineConfig({
plugins: [react()],
test: {
name: 'react-router',
name: 'tuono-router',
watch: true,
environment: 'jsdom',
globals: true,
Expand Down

0 comments on commit 01d5aad

Please sign in to comment.