Skip to content
Snippets Groups Projects
link-box.spec.tsx 144 B
Newer Older
  • Learn to ignore specific revisions
  • import { LinkBox } from './link-box';
    
    describe('hy-link-box', () => {
      it('builds', () => {
        expect(new LinkBox()).toBeTruthy();
      });
    });