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