Your IP : 3.148.108.244


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/location/osm/test/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/location/osm/test/osm.test.js

/* global assert */

import OSM from '../src/osm';

describe('OSM', () => {

	it('Should be a function', () => {
		assert(typeof OSM === 'function');
	});

});