Skip to main content

@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);