@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
20 lines • 885 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 LoaderPage_1 = __importDefault(require("./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 () {
(0, react_1.render)((0, jsx_runtime_1.jsx)(LoaderPage_1.default, { title: 'Kapai', subtitles: subtitles, isReady: false }));
});
//# sourceMappingURL=LoaderPage.spec.js.map