UNPKG

@watheia/content.sections.enterprise-offering.enterprise-bullets

Version:
14 lines 722 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const react_1 = __importDefault(require("react")); const react_2 = require("@testing-library/react"); const enterprise_bullets_composition_1 = require("./enterprise-bullets.composition"); it("should render correctly", () => { const { getByTestId } = react_2.render(react_1.default.createElement(enterprise_bullets_composition_1.EnterpriseBulletsExample, null)); const rendered = getByTestId("test-bullets"); expect(rendered).toBeTruthy(); }); //# sourceMappingURL=enterprise-bullets.spec.js.map