]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/directives/copy2clipboard-button.directive.spec.ts
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / directives / copy2clipboard-button.directive.spec.ts
1 import { Copy2ClipboardButtonDirective } from './copy2clipboard-button.directive';
2
3 describe('Copy2clipboardButtonDirective', () => {
4 it('should create an instance', () => {
5 const directive = new Copy2ClipboardButtonDirective(null, null, null);
6 expect(directive).toBeTruthy();
7 });
8 });