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