Fix: Add testing

This commit is contained in:
aronmal 2024-03-01 20:50:11 +01:00
parent d022d9fcf6
commit ed6195e1e2
Signed by: aronmal
GPG key ID: 816B7707426FC612
22 changed files with 338 additions and 87 deletions

View file

@ -10,7 +10,9 @@
"discord-openapi-gen": "openapi-typescript https://raw.githubusercontent.com/discord/discord-api-spec/main/specs/openapi.json -o ./src/types/discord.d.ts",
"liljudd-openapi-gen": "openapi-typescript ./public/api/specs/liljudd.json -o ./src/types/liljudd.d.ts",
"typecheck": "tsc --noEmit --checkJs false --skipLibCheck --preserveSymLinks",
"drizzle-studio": "drizzle-kit studio"
"drizzle-studio": "drizzle-kit studio",
"test": "pnpm exec playwright test",
"test-ui": "pnpm exec playwright test --ui"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
@ -38,7 +40,9 @@
"vinxi": "^0.3.4"
},
"devDependencies": {
"@playwright/test": "^1.42.0",
"@types/json-stable-stringify": "^1.0.36",
"@types/node": "^20.11.22",
"@types/object-hash": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"dotenv": "^16.4.5",