UNPKG

@salla.sa/twilight-components

Version:
22 lines (21 loc) 563 B
/*! * Crafted with ❤ by Salla */ import { newSpecPage } from "@stencil/core/testing"; import { SallaPayments } from "../salla-payments"; describe('salla-payments', () => { it('renders', async () => { const page = await newSpecPage({ components: [SallaPayments], html: `<salla-payments></salla-payments>`, }); expect(page.root).toEqualHtml(` <salla-payments> <mock:shadow-root> <slot></slot> </mock:shadow-root> </salla-payments> `); }); }); //# sourceMappingURL=salla-payments.spec.js.map