Skip to main content

@rbxts/expect > Assertion > false

Assertion.false() method

Asserts that the value is a boolean of false.

Signature:

false(): this;

Returns:

this

Example

expect(false).to.be.false();