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

7 lines
165 B
JavaScript

describe('L#noConflict', function() {
it('restores the previous L value and returns Leaflet namespace', function(){
expect(L.version).to.be.ok();
});
});