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