Skip to content

Commit

Permalink
Update jest.setup.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 22, 2024
1 parent e439f5b commit b158879
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/backend/test/jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import { initTestDb, sendEnvResetRequest } from './utils.js';

beforeAll(async () => {
await Promise.all([
initTestDb(false),
sendEnvResetRequest(),
]);
await initTestDb(false);
await sendEnvResetRequest();
});

0 comments on commit b158879

Please sign in to comment.