Skip to content

Commit

Permalink
fixup! refactor: refactor test code using sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 21, 2024
1 parent 41ab4a7 commit 0c47a36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ describe('server', function () {
})

afterEach(function () {
if (clock != null) {
clock.restore()
}
clock.restore()
client.close()
server.close()
tk.reset()
Expand Down

0 comments on commit 0c47a36

Please sign in to comment.