Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/node/component/test/component/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/node/component/test/component/component.test.js

import {Component} from '../../src/component';

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