[X] I have searched the word or phrase in question online to verify it's incorrect.
[X] This is the appropriate issue form for the typo I would like to report.
Impacted Project File
Either index.test.ts or the page on the website.
What's Wrong?
The spec for the doBattle method states that if this horror's .getPower() is greater than the opponent's, consumes the opponent. The tests check for this.getPower() >= opponent.getPower(), so the spec should state that.
Typo Report Checklist
main
branch of the repository.Impacted Project File
Either
index.test.ts
or the page on the website.What's Wrong?
The spec for the
doBattle
method states thatif this horror's .getPower() is greater than the opponent's, consumes the opponent
. The tests check forthis.getPower() >= opponent.getPower()
, so the spec should state that.Additional Info
No response