MCPcopy
hub / github.com/jestjs/jest / toBeFalsy

Method toBeFalsy

packages/expect/src/types.ts:168–168  ·  view source on GitHub ↗

* When you don't care what a value is, you just want to * ensure a value is false in a boolean context.

()

Source from the content-addressed store, hash-verified

166 * ensure a value is false in a boolean context.
167 */
168 toBeFalsy(): R;
169 /**
170 * For comparing floating point numbers.
171 */

Calls

no outgoing calls

Tested by

no test coverage detected