This commit is contained in:
trochas
2024-10-21 16:19:13 +02:00
commit e503d598ad
31 changed files with 15272 additions and 0 deletions

7
src/app/pokemon.spec.ts Normal file
View File

@@ -0,0 +1,7 @@
import { Pokemon } from './pokemon';
describe('Pokemon', () => {
it('should create an instance', () => {
//expect(new Pokemon("1","test")).toBeTruthy();
});
});