/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { ArctangantPipe } from './arctangant.pipe'; describe('ArctangantPipe', () => { it('create an instance', () => { const pipe = new ArctangantPipe(); expect(pipe).toBeTruthy(); }); });