Your IP : 18.189.188.199


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