Skip to content

Commit a63709b

Browse files
authored
Update FetchRequestSpec.js
1 parent 9e16af3 commit a63709b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/common/util/FetchRequestSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,6 @@ describe('FetchRequest', () => {
9191
afterAll(() => {
9292
SuperMap.Util.RequestJSONPPromise.limitLength = defaultval;
9393
setCORS(defaltCors);
94+
setFetch(window.fetch);
9495
});
9596
});

0 commit comments

Comments
 (0)