Asserts that a value is a boolean
.
Symbol
MatchersBuiltin.toBeBoolean
expect(true).toBeBoolean();
expect(false).toBeBoolean();
expect(null).not.toBeBoolean();
expect(0).not.toBeBoolean();
Symbol
Asserts that a value is a boolean
.
expect(true).toBeBoolean();
expect(false).toBeBoolean();
expect(null).not.toBeBoolean();
expect(0).not.toBeBoolean();