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