mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-23 17:31:10 +00:00
642b18e747
* Don't recalculate stats that already exist * add test to cover hp update after evo (#4) - add evolution phase to phase interceptor - add mock for video game object - add returning video mock on add.video() * add test to make sure pkm are not healed on evolve * Stop on `EndEvolutionPhase` to prevent game state leak in tests * Fix imports * Remove `.js` from import Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Add docs to mock class --------- Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com>