refactor: Only delete old test users once at preload

This commit is contained in:
Jesse Wierzbinski 2024-05-28 14:51:55 -10:00
parent f5a0f52b93
commit 5b658984a5
No known key found for this signature in database
30 changed files with 38 additions and 200 deletions

5
tests/setup.ts Normal file
View file

@ -0,0 +1,5 @@
import { setupDatabase } from "~drizzle/db";
import { deleteOldTestUsers } from "./utils";
await setupDatabase();
await deleteOldTestUsers();