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