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