Skip to main content

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