We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892f290 commit 022afa4Copy full SHA for 022afa4
1 file changed
tests/user.test.js
@@ -74,5 +74,4 @@ describe('User API Endpoints', () => {
74
75
afterAll(async () => {
76
await prisma.$disconnect();
77
- if (app) app.close();
78
});
0 commit comments