Your IP : 172.69.17.155


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