X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fui%2Floading-dialog.service.spec.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fservices%2Fui%2Floading-dialog.service.spec.ts;h=2aec88d4285e20cead7b9b15afd5a932b39ccece;hb=492897ca754d470da3cbbc31eb49caea8fa7fe2c;hp=0000000000000000000000000000000000000000;hpb=749749f288de7ef42e3d1507c7f07a4453a774b4;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/services/ui/loading-dialog.service.spec.ts b/webapp-frontend/src/app/services/ui/loading-dialog.service.spec.ts new file mode 100644 index 00000000..2aec88d4 --- /dev/null +++ b/webapp-frontend/src/app/services/ui/loading-dialog.service.spec.ts @@ -0,0 +1,32 @@ +/*- + * ========================LICENSE_START================================= + * O-RAN-SC + * %% + * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * %% + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * ========================LICENSE_END=================================== + */ + +import { TestBed } from '@angular/core/testing'; + +import { LoadingDialogService } from './loading-dialog.service'; + +describe('LoadingDialogService', () => { + beforeEach(() => TestBed.configureTestingModule({})); + + it('should be created', () => { + const service: LoadingDialogService = TestBed.get(LoadingDialogService); + expect(service).toBeTruthy(); + }); +});