Skip to content

Commit

Permalink
Fix issue with force exit
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Sep 16, 2024
1 parent 8094f67 commit dc88e2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async function applyMigrations(url) {
});
const { db, client } = await database.connect();
const migrations = await up(db, client);
await client.close();
for (const migration of migrations) {
logger.info("Run migration: %s", migration);
}
Expand Down

0 comments on commit dc88e2f

Please sign in to comment.