Asserts that a value is true
.
Symbol
Matchers.toBeTrue
expect(true).toBeTrue();
expect(false).not.toBeTrue();
expect(1).not.toBeTrue();
Symbol
Asserts that a value is true
.
expect(true).toBeTrue();
expect(false).not.toBeTrue();
expect(1).not.toBeTrue();