Sealed
Options type for toHaveHp.
toHaveHp
Optional
The rounding method to use when coercing HP counts to an integer. Possible values are "down" (using toDmgValue and enforcing a minimum value of 1) and "half up" (using Math.round)
"down"
toDmgValue
1
"half up"
Math.round
Options type for
toHaveHp.