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 3d79408 commit b1e6b22
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 @@ -1245,7 +1245,6 @@ describe('server block cache', function () {
}

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

0 comments on commit b1e6b22

Please sign in to comment.