fait jusqu'a Q14 + un peut de css

This commit is contained in:
Rochas
2024-10-29 12:07:34 +01:00
parent a0000e118f
commit 7154099297
11 changed files with 344 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
import { TestBed } from '@angular/core/testing';
import { PokeAPIServiceService } from './poke-apiservice.service';
describe('PokeAPIServiceService', () => {
let service: PokeAPIServiceService;
beforeEach(() => {
TestBed.configureTestingModule({});
service = TestBed.inject(PokeAPIServiceService);
});
it('should be created', () => {
expect(service).toBeTruthy();
});
});