Skip to main content

@rbxts/expect > Assertion > still

Assertion.still property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly still: this;

Example

expect([1,2,3]).to.still.be.an.array();