Skip to content

Commit

Permalink
test: seed db on test startup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemmmy committed Jun 27, 2024
1 parent 991e88c commit 131e38f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export async function mochaGlobalSetup(): Promise<void> {

await initRedis();
await initDatabase(true);
await db.sync({ force: true });
await initWebserver();
await initKrist();
}
Expand Down

0 comments on commit 131e38f

Please sign in to comment.