Skip to main content

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