Your IP : 3.137.166.217


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