aboutsummaryrefslogtreecommitdiffstats
path: root/public/projects/angular-small-apps/apps/recipes/src/app/shared/pipes/format-comma.pipe.spec.ts
blob: e8f923dc9a73df5993106abe03e0c65fb47f3c71 (plain)
1
2
3
4
5
6
7
8
import { FormatCommaPipe } from './format-comma.pipe';

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