mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
Merge pull request #9485 from OSA413/patch-1
fix: prevent handle leak in default e2e test
This commit is contained in:
@@ -21,4 +21,6 @@ describe('AppController (e2e)', () => {
|
||||
.expect(200)
|
||||
.expect('Hello World!');
|
||||
});
|
||||
|
||||
afterEach(() => app.close());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user