@rbxts/expect > Assertion > to
Assertion.to property
NOOP property for cleaner chaining; does nothing.
Signature:
readonly to: this;
Example
expect(5).to.equal(5);
@rbxts/expect > Assertion > to
NOOP property for cleaner chaining; does nothing.
Signature:
readonly to: this;
expect(5).to.equal(5);