toBeOneOf
Asserts that the value is not strictly equal to any of given values.
toBeOneOf(...values: T[]): void
Related
- class NegatedAssertionRepresents a value ready to be asserted, using inverse logic.
Asserts that the value is not strictly equal to any of given values.
toBeOneOf(...values: T[]): void