UNPKG

@ppci/custom-card

Version:

Custom Card

12 lines (10 loc) 275 B
import { expect, fixture } from '@open-wc/testing'; import '.'; describe('custom-card', () => { it('renders correctly', async () => { const element = await fixture(` <custom-card></custom-card> `); expect(element).shadowDom.to.equalSnapshot(); }); });