Sauvegarde du projet
This commit is contained in:
parent
7bb7ed5145
commit
5915f4a874
28 changed files with 305 additions and 513 deletions
25
src/app/meteo-jour/meteo-jour.component.spec.ts
Normal file
25
src/app/meteo-jour/meteo-jour.component.spec.ts
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
import { ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { MeteoJourComponent } from './meteo-jour.component';
|
||||
|
||||
describe('MeteoJourComponent', () => {
|
||||
let component: MeteoJourComponent;
|
||||
let fixture: ComponentFixture<MeteoJourComponent>;
|
||||
|
||||
beforeEach(async () => {
|
||||
await TestBed.configureTestingModule({
|
||||
declarations: [ MeteoJourComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
});
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(MeteoJourComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue