UNPKG

@rocket.chat/onboarding-ui

Version:

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

7 lines 311 B
import { jsx as _jsx } from "react/jsx-runtime"; import { render } from '@testing-library/react'; import InformationPage from './InformationPage'; it('renders without crashing', function () { render(_jsx(InformationPage, { title: '', description: '' })); }); //# sourceMappingURL=InformationPage.spec.js.map