Skip to main content

@rbxts/expect > Assertion > or

Assertion.or property

NOOP property for cleaner chaining; does nothing.

Signature:

readonly or: this;

Example

expect(1).to.not.be.a.string().or.a.table();