@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);
@rbxts/expect > Assertion > which
NOOP property for cleaner chaining; does nothing.
Signature:
readonly which: this;
expect([1,2,3]).to.be.an.array().which.includes(1);