Your IP : 172.69.7.233


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

});