@rbxts/expect > Assertion > of
Assertion.of property
NOOP property for cleaner chaining; does nothing.
Signature:
readonly of: this;
Example
expect([1,2,3]).to.not.be.of.length(1);
@rbxts/expect > Assertion > of
NOOP property for cleaner chaining; does nothing.
Signature:
readonly of: this;
expect([1,2,3]).to.not.be.of.length(1);