On this page@rbxts/expect > Assertion > nil Assertion.nil() method Asserts that the actual value is a null value. Signature: nil(): this; Returns: this Remarks Type alias for undefined. Example expect(undefined).to.be.nil();