]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/services/text-to-download.service.spec.ts
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / services / text-to-download.service.spec.ts
1 import { TestBed } from '@angular/core/testing';
2
3 import { configureTestBed } from '~/testing/unit-test-helper';
4 import { TextToDownloadService } from './text-to-download.service';
5
6 describe('TextToDownloadService', () => {
7 let service: TextToDownloadService;
8
9 configureTestBed({
10 providers: [TextToDownloadService]
11 });
12
13 beforeEach(() => {
14 service = TestBed.inject(TextToDownloadService);
15 });
16
17 it('should be created', () => {
18 expect(service).toBeTruthy();
19 });
20 });