Skip to content
Snippets Groups Projects
heading.spec.ts 142 B
Newer Older
  • Learn to ignore specific revisions
  • Markus Kaarto's avatar
    Markus Kaarto committed
    import { Heading } from './heading';
    
    describe('hy-heading', () => {
      it('builds', () => {
        expect(new Heading()).toBeTruthy();
      });
    });