Add Vitest, qr-codes.test.ts, and fix broken? import in tomodachi-life-mii.ts

This commit is contained in:
Arian Kordi 2025-05-04 15:25:57 -04:00
parent aa6aeb5988
commit 9d247659c7
3 changed files with 76 additions and 3 deletions

View file

@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
"postinstall": "prisma generate",
"test": "vitest"
},
"dependencies": {
"@2toad/profanity": "^3.1.1",
@ -48,6 +49,7 @@
"eslint-config-next": "15.2.4",
"prisma": "^6.7.0",
"tailwindcss": "^4.1.5",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"vitest": "^3.1.2"
}
}