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