Optionalargs(Optional) Arguments to pass to Pokemon.getTypes.
OptionalmodeValue dictating the strength of the enforced typing match.
Possible values (in descending order of strictness) are:
"ordered": Enforce that the Pokemon's types are identical and in the same order"unordered": Enforce that the Pokemon's types are identical without checking order"superset": Enforce that the Pokemon's types are a superset of the expected types
(all must be present, but extras can be there)"oneOf": Enforce that the Pokemon's types include at least one of the expected types
(the existence of additional types does not matter)
Options type for
toHaveTypes.