Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Dec 13, 2024
1 parent 078b69f commit 070f533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,5 @@ describe('HTTP.stream()', () => {
const {response} = await HTTP.stream('http://api.jdxcode.com')
response.setEncoding('utf8')
response.on('data', data => expect(data).toEqual('{"message":"ok"}'))
// response.on('end', done)
})
})

0 comments on commit 070f533

Please sign in to comment.