-
Daniel Lyons authoredDaniel Lyons authored
env.service.spec.ts 318 B
import { TestBed } from '@angular/core/testing';
import { EnvService } from './env.service';
describe('EnvService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: EnvService = TestBed.get(EnvService);
expect(service).toBeTruthy();
});
});