Skip to main content

@rbxts/expect > Assertion > which

Assertion.which property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly which: this;

Example

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