@rbxts/expect > Assertion > is
Assertion.is property
NOOP property for cleaner chaining; does nothing.
Signature:
readonly is: this;
Example
expect([]).to.be.an.array().that.is.empty();
@rbxts/expect > Assertion > is
NOOP property for cleaner chaining; does nothing.
Signature:
readonly is: this;
expect([]).to.be.an.array().that.is.empty();