Skip to main content

@rbxts/expect > Assertion > be

Assertion.be property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly be: this;

Example

expect(1).to.be.oneOf([1,2,3]);