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