Asserts that a value is a boolean
.
method
test.Matchers.toBeBoolean
expect(true).toBeBoolean();
expect(false).toBeBoolean();
expect(null).not.toBeBoolean();
expect(0).not.toBeBoolean();
method
Asserts that a value is a boolean
.
expect(true).toBeBoolean();
expect(false).toBeBoolean();
expect(null).not.toBeBoolean();
expect(0).not.toBeBoolean();