UNPKG

@salla.sa/twilight-components

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