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