]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/directives/password-button.directive.spec.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / directives / password-button.directive.spec.ts
CommitLineData
11fdf7f2
TL
1import { PasswordButtonDirective } from './password-button.directive';
2
3describe('PasswordButtonDirective', () => {
4 it('should create an instance', () => {
5 const directive = new PasswordButtonDirective(null, null);
6 expect(directive).toBeTruthy();
7 });
8});