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 e4cd77b commit 3d79408
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ describe('server', function () {
clock

beforeEach(function (done) {
clock = sinon.useFakeTimers()
port = nextPort()
server = createServer()
server.listen(port, done)
Expand Down

0 comments on commit 3d79408

Please sign in to comment.