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