chore: add test scripts for federation identity deletion suite

This commit is contained in:
Jannis Braun
2026-05-03 23:07:37 +02:00
parent f661d112fa
commit c25aecc81b
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
"build": "tsc",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:federation-identity": "vitest run test/federation-identity-deletion.test.ts",
"test:watch": "vitest",
"db:generate": "drizzle-kit generate"
},