UNPKG

@rocket.chat/onboarding-ui

Version:

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

10 lines 501 B
import { jsx as _jsx } from "react/jsx-runtime"; import { render } from '@testing-library/react'; import OauthAuthorizationPage from './OauthAuthorizationPage'; it('renders without crashing', function () { render(_jsx(OauthAuthorizationPage, { clientName: undefined, onClickAuthorizeOAuth: function () { return undefined; }, error: { message: undefined, onGoBack: function () { return undefined; }, } })); }); //# sourceMappingURL=OauthAuthorizationPage.spec.js.map