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