]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dimless-binary-per-second.directive.spec.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / directives / dimless-binary-per-second.directive.spec.ts
1 import { DimlessBinaryPerSecondDirective } from './dimless-binary-per-second.directive';
2
3 export class MockElementRef {
4 nativeElement: {};
5 }
6
7 describe('DimlessBinaryPerSecondDirective', () => {
8 it('should create an instance', () => {
9 const directive = new DimlessBinaryPerSecondDirective(new MockElementRef(), null, null, null);
10 expect(directive).toBeTruthy();
11 });
12 });