mirror of
https://github.com/186526/handlers.js
synced 2024-10-13 00:29:43 +00:00
release: 0.1.2-1
This commit is contained in:
@ -81,3 +81,8 @@ describe('Test server', () => {
|
||||
expect(secondData).toEqual('hit');
|
||||
});
|
||||
});
|
||||
|
||||
afterAll((done) => {
|
||||
_.close();
|
||||
done();
|
||||
});
|
||||
|
Reference in New Issue
Block a user