Your IP : 18.118.82.168


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