UNPKG

@salla.sa/twilight-components

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