Skip to content

Commit

Permalink
Merge pull request #9485 from OSA413/patch-1
Browse files Browse the repository at this point in the history
fix: prevent handle leak in default e2e test
  • Loading branch information
kamilmysliwiec committed Apr 22, 2022
2 parents d9d628d + 8036e2a commit 1f6fca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sample/30-event-emitter/test/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ describe('AppController (e2e)', () => {
.expect(200)
.expect('Hello World!');
});

afterEach(() => app.close());
});

0 comments on commit 1f6fca5

Please sign in to comment.