Skip to main content

@rbxts/expect > Assertion > but

Assertion.but property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly but: this;

Example

expect({ age: 5 }).to.be.a.table().but.not.an.array();