]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ordinal.pipe.spec.ts
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / pipes / ordinal.pipe.spec.ts
1 import { OrdinalPipe } from './ordinal.pipe';
2
3 describe('OrdinalPipe', () => {
4 it('create an instance', () => {
5 const pipe = new OrdinalPipe();
6 expect(pipe).toBeTruthy();
7 });
8 });