Skip to main content

@rbxts/expect > Assertion > that

Assertion.that property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly that: this;

Example

expect([1,2,3]).to.be.an.array().that.includes(1);