Skip to content

Commit bf3f18f

Browse files
committed
remove wrong test
1 parent 9d5e68c commit bf3f18f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/fetch/response.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -95,17 +95,6 @@ test('arg validation', async () => {
9595
assert.throws(() => {
9696
Response.prototype.clone.call(null)
9797
}, TypeError)
98-
99-
await assert.rejects(
100-
new Response('http://localhost').text.call({
101-
blob () {
102-
return {
103-
text () {
104-
return Promise.resolve('emulating response.blob()')
105-
}
106-
}
107-
}
108-
}), TypeError)
10998
})
11099

111100
test('response clone', () => {

0 commit comments

Comments
 (0)