qd-changjing/public/leaflet/libs/leaflet.markercluster/spec/suites/LeafletSpec.js

7 lines
165 B
JavaScript
Raw Normal View History

2022-07-05 16:56:29 +08:00
describe('L#noConflict', function() {
it('restores the previous L value and returns Leaflet namespace', function(){
expect(L.version).to.be.ok();
});
});