import { FormatCommaPipe } from './format-comma.pipe'; describe('FormatCommaPipe', () => { it('create an instance', () => { const pipe = new FormatCommaPipe(); expect(pipe).toBeTruthy(); }); });