UNPKG

@rocket.chat/onboarding-ui

Version:

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

15 lines 605 B
import { jsx as _jsx } from "react/jsx-runtime"; import { render } from '@testing-library/react'; import LoaderPage from './LoaderPage'; var subtitles = [ 'Bringing rocket to launch position', 'Loading rocket propellant', 'Performing final go/no go poll with flight crew', 'All systems nominal, switching to internal computer', 'Beginning countdown, 5...4...3...2...1', 'Transitioning to liftoff', ]; it('renders without crashing', function () { render(_jsx(LoaderPage, { title: 'Kapai', subtitles: subtitles, isReady: false })); }); //# sourceMappingURL=LoaderPage.spec.js.map