@octopusdeploy/design-system-components
Version:
The design systems component library.
10 lines (9 loc) • 481 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.renderComponentTest = renderComponentTest;
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = require("@testing-library/react");
const TestDesignSystemProvider_1 = require("../components/TestDesignSystemProvider");
function renderComponentTest(ui) {
return (0, react_1.render)((0, jsx_runtime_1.jsx)(TestDesignSystemProvider_1.TestDesignSystemProvider, { children: ui }));
}