trans.pipe.spec.ts 183 Bytes
import { TransPipe } from './trans.pipe';

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