fix: format tests/helpers/db.ts
Some checks failed
CI / ci (push) Failing after 44s
CI / e2e (push) Has been skipped

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 20:10:20 +02:00
parent c09183d94a
commit 6482bc3b8a

View File

@@ -42,9 +42,7 @@ export async function createTestDb() {
// Truncate all tables and reset sequences (fast reset, no PGlite restart)
for (const t of TRUNCATE_TABLES) {
await db.execute(
sql.raw(`TRUNCATE TABLE "${t}" RESTART IDENTITY CASCADE`),
);
await db.execute(sql.raw(`TRUNCATE TABLE "${t}" RESTART IDENTITY CASCADE`));
}
// Seed a test user