| Current Path : /var/www/homesaver/www/bitrix/modules/ui/install/js/ui/feedback/form/test/form-new/ |
| 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');
});
});