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 9e16af3 commit a63709bCopy full SHA for a63709b
test/common/util/FetchRequestSpec.js
@@ -91,5 +91,6 @@ describe('FetchRequest', () => {
91
afterAll(() => {
92
SuperMap.Util.RequestJSONPPromise.limitLength = defaultval;
93
setCORS(defaltCors);
94
+ setFetch(window.fetch);
95
});
96
0 commit comments