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