import { LinkBox } from './link-box';

describe('hy-link-box', () => {
  it('builds', () => {
    expect(new LinkBox()).toBeTruthy();
  });
});