UNPKG

@rocket.chat/onboarding-ui

Version:

Set of components and functions for the onboarding experience on Rocket.Chat

7 lines 428 B
import { jsx as _jsx } from "react/jsx-runtime"; import { render } from '@testing-library/react'; import LoginForm from './LoginForm'; it('renders without crashing', function () { render(_jsx(LoginForm, { onChangeForm: function () { return undefined; }, isPasswordLess: false, onResetPassword: function () { return undefined; }, onSubmit: function () { return undefined; } })); }); //# sourceMappingURL=LoginForm.spec.js.map