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