Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/feedback/form/test/form-new/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/feedback/form/test/form-new/form.test.js

import {Form} from '../../src/form-new';

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