Skip to main content

@rbxts/expect > Assertion > to

Assertion.to property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly to: this;

Example

expect(5).to.equal(5);