UNPKG

@salla.sa/twilight-components

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