UNPKG

@rocket.chat/onboarding-ui

Version:

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

7 lines 499 B
import { jsx as _jsx } from "react/jsx-runtime"; import { render } from '@testing-library/react'; import AwaitingConfirmationPage from './AwaitingConfirmationPage'; it('renders without crashing', function () { render(_jsx(AwaitingConfirmationPage, { currentStep: 4, stepCount: 4, securityCode: '', emailAddress: '', onResendEmailRequest: function () { return undefined; }, onChangeEmailRequest: function () { return undefined; } })); }); //# sourceMappingURL=AwaitingConfirmationPage.spec.js.map