Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/landing/install/js/landing/node/icon/test/icon/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/landing/install/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');
	});
});