UNPKG

@salla.sa/twilight-components

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