@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]);
@rbxts/expect > Assertion > be
NOOP property for cleaner chaining; does nothing.
Signature:
readonly be: this;
expect(1).to.be.oneOf([1,2,3]);