fix: update testing-library/jest-dom version

This commit is contained in:
Valerio Ageno
2024-10-16 20:49:46 +02:00
parent 002733cd99
commit 01d5aad8aa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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,