We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44bcbc8 commit 41b0f9bCopy full SHA for 41b0f9b
test/websocket.test.js
@@ -26,7 +26,7 @@ describe('WebSocket', () => {
26
);
27
});
28
29
- it('accepts `url.URL` objects as url', function (done) {
+ it('accepts `url.URL` objects as url', (done) => {
30
const agent = new CustomAgent();
31
32
agent.addRequest = (req, opts) => {
0 commit comments