UNPKG

@finastra/tab-bar

Version:

TabBar Web Component

10 lines 371 B
import { html, fixture, expect, elementUpdated } from '@open-wc/testing'; import '../src/tab-bar.js'; describe('TabBar', () => { it('loads accessibly', async () => { const el = await fixture(html `<fds-tab-bar></fds-tab-bar>`); await elementUpdated(el); await expect(el).to.be.accessible(); }); }); //# sourceMappingURL=tab-bar.test.js.map