mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
Add Vitest, qr-codes.test.ts, and fix broken? import in tomodachi-life-mii.ts
This commit is contained in:
parent
aa6aeb5988
commit
9d247659c7
3 changed files with 76 additions and 3 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue