Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/location/install/js/location/osm/leaflet/test/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/location/install/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');
	});
});