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