Skip to main content

@rbxts/expect > Assertion > at

Assertion.at property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly at: this;

Example

expect(5).to.be.at.least(4);