UNPKG

@rocket.chat/onboarding-ui

Version:

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

7 lines 479 B
import { jsx as _jsx } from "react/jsx-runtime"; import { render } from '@testing-library/react'; import RegisterOfflinePage from '.'; it('renders without crashing', function () { render(_jsx(RegisterOfflinePage, { termsHref: '', policyHref: '', clientKey: '', onSubmit: function () { return undefined; }, onCopySecurityCode: function () { return undefined; }, onBackButtonClick: function () { return undefined; } })); }); //# sourceMappingURL=RegisterOfflinePage.spec.js.map