@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
7 lines • 429 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { render } from '@testing-library/react';
import RegisterServerPage from './RegisterServerPage';
it('renders without crashing', function () {
render(_jsx(RegisterServerPage, { currentStep: 1, stepCount: 1, onSubmit: function () { return undefined; }, onClickRegisterOffline: function () { return undefined; } }));
});
//# sourceMappingURL=RegisterServerPage.spec.js.map