Skip to content

Commit 76502df

Browse files
committed
try fix ut
1 parent 35debc7 commit 76502df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/leaflet/widgets/distributedanalysis/DistributedAnalysisViewSpec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ describe('leaflet_DataServiceQuery_DataServiceQueryView', () => {
5858
afterEach(() => {
5959
jasmine.DEFAULT_TIMEOUT_INTERVAL = originalTimeout;
6060
});
61+
62+
afterAll(() => {
63+
map=null;
64+
window.document.body.removeChild(testDiv);
65+
});
6166
// 分析
6267
it('analysis',(done)=>{
6368
expect(distributedAnalysis).not.toBeNull();

0 commit comments

Comments
 (0)