@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();
@rbxts/expect > Assertion > false
Asserts that the value is a boolean of false
.
Signature:
false(): this;
Returns:
this
expect(false).to.be.false();