summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ordinal.pipe.spec.ts
blob: 7e1cdbc8d3d86513e67318c2ed0e5073507faaa6 (plain)
1
2
3
4
5
6
7
8
import { OrdinalPipe } from './ordinal.pipe';

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