mirror of
https://github.com/TheGreyDiamond/elevatormapRewritten.git
synced 2025-07-18 02:23:50 +02:00
7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
describe('L#noConflict', function() {
|
|
it('restores the previous L value and returns Leaflet namespace', function(){
|
|
|
|
expect(L.version).to.be.ok();
|
|
});
|
|
});
|