Your IP : 108.162.216.193


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/node/icon/test/icon/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/landing/node/icon/test/icon/icon.test.js

import {Icon} from '../../src/icon';

describe('Icon', () => {
	it('Should be a function', () => {
		assert(typeof Icon === 'function');
	});
});