UNPKG

@salla.sa/twilight-components

Version:
14 lines (13 loc) 473 B
/*! * Crafted with ❤ by Salla */ import { newE2EPage } from "@stencil/core/testing"; describe('salla-conditional-offer', () => { it('renders', async () => { const page = await newE2EPage(); await page.setContent('<salla-conditional-offer></salla-conditional-offer>'); const element = await page.find('salla-conditional-offer'); expect(element).toHaveClass('hydrated'); }); }); //# sourceMappingURL=salla-conditional-offer.js.map