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

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