mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
fix test
This commit is contained in:
parent
2f192be35d
commit
4fa960f0da
1 changed files with 3 additions and 0 deletions
|
|
@ -2561,6 +2561,9 @@ describe('REST server tests', () => {
|
|||
});
|
||||
|
||||
afterAll(async () => {
|
||||
if (prisma) {
|
||||
await prisma.$disconnect();
|
||||
}
|
||||
await dropPostgresDb(dbName);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue