@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
15 lines • 781 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
var jsx_runtime_1 = require("react/jsx-runtime");
var react_1 = require("@testing-library/react");
var OauthAuthorizationPage_1 = __importDefault(require("./OauthAuthorizationPage"));
it('renders without crashing', function () {
(0, react_1.render)((0, jsx_runtime_1.jsx)(OauthAuthorizationPage_1.default, { clientName: undefined, onClickAuthorizeOAuth: function () { return undefined; }, error: {
message: undefined,
onGoBack: function () { return undefined; },
} }));
});
//# sourceMappingURL=OauthAuthorizationPage.spec.js.map