smogon / damage-calc

Pokemon games damage calculator
https://calc.pokemonshowdown.com
MIT License
369 stars 345 forks source link

[@smogon/calc] Update @pkmn/dex & package-lock.json #581

Closed shrianshChari closed 9 months ago

shrianshChari commented 9 months ago

Updated @pkmn/dex so that tests work. Basically test now supports SV DLC 1

thejetou commented 9 months ago

I'm confused on why this is fixing npm test for you. v0.7.51 is the version with the DLC update which is the why the CI isn't failing on master.

I'm guessing your node_modules is from before this commit which is why tests were failing on your end.

shrianshChari commented 9 months ago

Maybe. I'll try and revert the change on my end and run the tests again.

shrianshChari commented 9 months ago

Ok, it seems that my node_modules were out of date and the pre-DLC version of @pkmn/dex was installed.

thejetou commented 9 months ago

It still doesn't hurt to merge this. Thanks.