brief-la-belle-plante2/src/app/services/plantoune.service.spec.ts

16 lines
368 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();
});
});