@rbxts/expect > Assertion > never
Assertion.never property
Negates the assertion.
Signature:
readonly never: this;
Example
expect(5).to.never.equal(4);
@rbxts/expect > Assertion > never
Negates the assertion.
Signature:
readonly never: this;
expect(5).to.never.equal(4);