Skip to content

Commit

Permalink
reword me
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Jun 21, 2024
1 parent 3de9a22 commit 54b0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('proxy', function () {
let targetPort: number

beforeEach(function (done) {
clock = sinon.useFakeTimers({ shouldClearNativeTimers: true })
clock = sinon.useFakeTimers()
port = nextPort()
server = createServer({
proxy: true
Expand Down

0 comments on commit 54b0f8f

Please sign in to comment.