release: 0.1.2-1

This commit is contained in:
2024-08-02 04:31:08 +08:00
parent 89c5ed561a
commit 7051a95fb9
12 changed files with 781 additions and 423 deletions

View File

@ -81,3 +81,8 @@ describe('Test server', () => {
expect(secondData).toEqual('hit');
});
});
afterAll((done) => {
_.close();
done();
});