Skip to content

Commit e0808e8

Browse files
committed
removing incoherent test at XMLHttpReuqesT due the change made by PR facebook#6870
1 parent 46982db commit e0808e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Libraries/Network/__tests__/XMLHttpRequest-test.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ describe('XMLHttpRequest', function() {
8686
});
8787

8888
it('should expose responseType correctly', function() {
89-
expect(xhr.responseType).toBe('');
90-
console.log(xhr.responseType);
91-
// Setting responseType to an unsupported value has no effect.
92-
xhr.responseType = 'arrayblobbuffertextfile';
93-
console.log(xhr.responseType);
94-
9589
expect(xhr.responseType).toBe('');
9690

9791
xhr.responseType = 'arraybuffer';

0 commit comments

Comments
 (0)