aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/pipes/spaceToUnderscore/space-to-underscore.pipe.spec.ts
blob: 96e9b6cc6a3b34f3fcf01de0de5a5c8623d301c0 (plain)
1
2
3
4
5
6
7
8
import { SpaceToUnderscorePipe } from './space-to-underscore.pipe';

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