| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/osm/leaflet/test/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/location/osm/leaflet/test/leaflet.test.js |
/* global assert */
import {Leaflet} from '../src/leaflet';
describe('Leaflet', () => {
it('Should be a function', () => {
assert(typeof Leaflet === 'function');
});
});