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