@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
7 lines • 514 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { render } from '@testing-library/react';
import OrganizationInfoForm from './OrganizationInfoForm';
it('renders without crashing', function () {
render(_jsx(OrganizationInfoForm, { currentStep: 1, stepCount: 1, organizationIndustryOptions: [], organizationSizeOptions: [], countryOptions: [], onSubmit: function () { return undefined; }, onBackButtonClick: function () { return undefined; } }));
});
//# sourceMappingURL=OrganizationInfoForm.spec.js.map