UNPKG

@rocket.chat/onboarding-ui

Version:

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

8 lines 360 B
import { jsx as _jsx } from "react/jsx-runtime"; import { render } from '@testing-library/react'; import RedirectPage from './RedirectPage'; var onRedirect = jest.fn(); it('renders without crashing', function () { render(_jsx(RedirectPage, { title: 'Ready', countDownSeconds: 5, onRedirect: onRedirect })); }); //# sourceMappingURL=RedirectPage.spec.js.map