@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();
@rbxts/expect > Assertion > but
NOOP property for cleaner chaining; does nothing.
Signature:
readonly but: this;
expect({ age: 5 }).to.be.a.table().but.not.an.array();