funky-framadate-front/src/app/services/progression.service.spec.ts

13 lines
347 B
TypeScript
Raw Normal View History

2019-08-09 15:14:23 +02:00
import { TestBed } from '@angular/core/testing';
2019-08-10 16:20:59 +02:00
import { ConfigService } from './config.service';
2019-08-09 15:14:23 +02:00
2019-08-10 16:20:59 +02:00
describe('ConfigService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
2019-08-09 15:14:23 +02:00
it('should be created', () => {
const service: ConfigService = TestBed.get(ConfigService);
expect(service).toBeTruthy();
});
2019-08-09 15:14:23 +02:00
});