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

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