Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/landing/node/map/test/map/ |
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/js/landing/node/map/test/map/map.test.js |
import {Map} from '../../src/map'; describe('Map', () => { it('Should be a function', () => { assert(typeof Map === 'function'); }); });