to be false

  • <boolean> not to be false

Asserts that the value is false.

expect(false, 'to be false');

In case of a failing expectation you get the following output:

expect(true, 'to be false');
expected true to be false