Your IP : 172.70.178.33


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