method
test.MatchersBuiltin.toBeTrue
Asserts that a value is true.
expect(true).toBeTrue();
expect(false).not.toBeTrue();
expect(1).not.toBeTrue();method
Asserts that a value is true.
expect(true).toBeTrue();
expect(false).not.toBeTrue();
expect(1).not.toBeTrue();