toute les questions fini + ajout d'élément dans pokdetail

This commit is contained in:
Rochas
2024-10-29 16:00:59 +01:00
parent 7154099297
commit 7837b0e154
9 changed files with 146 additions and 15 deletions

View File

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