Ontica/Empiria.Land.Intranet

View on GitHub
src/app/core/general/application-settings.service.spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { HttpClient } from '@angular/common/http';

import { ApplicationSettingsService } from './application-settings.service';

describe('ApplicationSettingsService', () => {

  // let settingsService: ApplicationSettingsService;

  // // async beforeEach
  // beforeEach(async () => {
  //   new Http(XHRBackend);
  //   settingsService = new ApplicationSettingsService();
  // });

  // it('#get should return key value', (done: DoneFn) => {
  //   const value = settingsService.get<string>('APPLICATION_KEY');
  //   expect(value).toBeTruthy();
  //   done();
  // });

});