We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f43c9e commit 11b7033Copy full SHA for 11b7033
1 file changed
test/main.js
@@ -1003,9 +1003,7 @@ describe('node-fetch', () => {
1003
}
1004
});
1005
1006
- setTimeout(() => {
1007
- controller.abort();
1008
- }, 100);
+ controller.abort();
1009
1010
return expect(promise)
1011
.to.eventually.be.rejected
@@ -1029,9 +1027,7 @@ describe('node-fetch', () => {
1029
1027
})
1030
1028
];
1031
1032
1033
1034
1035
1036
return Promise.all(fetches.map(fetched => expect(fetched)
1037
0 commit comments