UNPKG

@salla.sa/twilight-components

Version:
19 lines (18 loc) 491 B
/*! * Crafted with ❤ by Salla */ import { newE2EPage } from "@stencil/core/testing"; describe('salla-product-size-guide', () => { let page; let element; beforeEach(async () => { page = await newE2EPage({ html: `<salla-offer-modal></salla-offer-modal>` }); element = await page.find('salla-offer-modal'); }); it('should render the component', async () => { expect(element).not.toBeNull(); }); }); //# sourceMappingURL=salla-product-size-guide.e2e.js.map