jsp
This commit is contained in:
7
src/app/pokemon.spec.ts
Normal file
7
src/app/pokemon.spec.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Pokemon } from './pokemon';
|
||||
|
||||
describe('Pokemon', () => {
|
||||
it('should create an instance', () => {
|
||||
//expect(new Pokemon("1","test")).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user