Skip to content
Snippets Groups Projects
math-degrees.pipe.spec.ts 208 B
Newer Older
  • Learn to ignore specific revisions
  • import { MathDegreesPipe } from './math-degrees.pipe';
    
    describe('MathDegreesPipe', () => {
      it('create an instance', () => {
        const pipe = new MathDegreesPipe();
        expect(pipe).toBeTruthy();
      });
    });