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