Your IP : 172.69.17.155


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');
	});
});