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