Closed drazenbebic closed 2 years ago
@tbal999 I think the tests are failing because they haven't been written for TypeScript. Can you take a look and update this branch please?
@tbal999 I reran the checks and they failed ðŸ˜
I think we need to do a bit more. Let me know if you want me to take a look with you. Here's some additional info:
I just renamed the file to .ts hoping it would work.
Looks like it's more complex than that. I will refer to the link you shared & learn more about typescript :)
One thing I noticed right away is that the instantiation of the Pokedex is missing. Somewhere in your test, before you call any methods on the Pokedex
, you need to instantiate it like so:
const Pokedex = new PokedexModule();
Had to rename it to PokedexModule
so the there's no naming conflict.
Resolves #1 Resolves #7 Resolves #10