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