Skip to content

Commit

Permalink
test: close server
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-lemon committed Aug 10, 2019
1 parent d6540ba commit 779d740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.tools-express.ts
Expand Up @@ -96,6 +96,7 @@ describe('Test Hello API', () => {
.then((res: any) => {
expect(res.statusCode).toBe(200);
expect(res.body.mode).toBe('GET');
server.close();
done();
});
});
Expand Down

0 comments on commit 779d740

Please sign in to comment.