@ppci-mock/allocation-graph
Version:
Allocation graph
12 lines (10 loc) • 330 B
JavaScript
// import { expect, fixture, html } from '@open-wc/testing';
// import '.';
// describe('allocation-graph', () => {
// it('renders correctly', async () => {
// const element = await fixture(html`
// <allocation-graph></allocation-graph>
// `);
// expect(element).shadowDom.to.equalSnapshot();
// });
// });