import { TransPipe } from './trans.pipe'; describe('TransPipe', () => { it('create an instance', () => { const pipe = new TransPipe(); expect(pipe).toBeTruthy(); }); });