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