Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/location/osm/leaflet/test/ |
Current File : /var/www/www-root/data/www/monolith-realty.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'); }); });