Skip to main content

@rbxts/expect > Assertion > not

Assertion.not property

Negates the assertion.

Signature:

readonly not: this;

Example

expect(5).to.not.equal(4);