Skip to content

Commit 25b8b27

Browse files
authored
Update FetchRequestSpec.js
1 parent 5e8726b commit 25b8b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/util/FetchRequestSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('FetchRequest', () => {
88
fetch = jasmine.createSpy('fetch').and.resolveTo({ success: 'ok' });
99
setFetch(fetch);
1010
});
11-
it('RequestJSONPPromise', () => {
11+
xit('RequestJSONPPromise', () => {
1212
var url = 'http://test.supermap.io/examples/leaflet/editor.html#addressMatchService';
1313
var params;
1414
var options;

0 commit comments

Comments
 (0)