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