JSJitsu / ai-battle-engine

Engine for powering the game logic.
https://jsfight.club
9 stars 8 forks source link

Implement tests for handling the hero's move #8

Closed Asuza closed 7 years ago

Asuza commented 7 years ago

Create tests to replace these placeholders:

Handle hero move

You can run the tests with npm test. Of course, feel free to include any extra (or new) tests that make sense.

gendelbendel commented 7 years ago

Please see PR #9 for the requested test implementation, as well as the rest of the test cases fixed.

Fixing the rest of the tests was probably a separate issue entirely, but hey, I was already on the testing train.

If you'd like any more assistance, let me know! Seems like a fun project and I'm going for the Hacktoberfest participation.