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