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
@@ -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,