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