Skip to main content

@rbxts/expect > Assertion > never

Assertion.never property

Negates the assertion.

Signature:

readonly never: this;

Example

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