trans.pipe.spec.ts 183 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 import { TransPipe } from './trans.pipe'; describe('TransPipe', () => { it('create an instance', () => { const pipe = new TransPipe(); expect(pipe).toBeTruthy(); }); });