brief-la-belle-plante2/src/app/services/plantoune.service.spec.ts
2022-01-10 10:35:26 +01:00

16 lines
372 B
TypeScript

import { TestBed } from '@angular/core/testing';
import { PlantouneService } from './plantoune.service';
describe('PlantouneService', () => {
let service: PlantouneService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(PlantouneService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});