This commit is contained in:
ymc9 2024-10-18 20:51:45 -07:00
parent 2f192be35d
commit 4fa960f0da

View file

@ -2561,6 +2561,9 @@ describe('REST server tests', () => {
});
afterAll(async () => {
if (prisma) {
await prisma.$disconnect();
}
await dropPostgresDb(dbName);
});