import { MathDegreesPipe } from './math-degrees.pipe'; describe('MathDegreesPipe', () => { it('create an instance', () => { const pipe = new MathDegreesPipe(); expect(pipe).toBeTruthy(); }); });