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