Merge pull request #268 from chrisssthomas/patch-1

close app handle in base e2e test
This commit is contained in:
Kamil Mysliwiec
2023-02-20 08:41:39 +01:00
committed by GitHub
+4
View File
@@ -15,6 +15,10 @@ describe('AppController (e2e)', () => {
await app.init();
});
afterAll(async () => {
await app.close();
});
it('/ (GET)', () => {
return request(app.getHttpServer())
.get('/')