toBe (true) vs toBeTruthy () vs toBeTrue ()

Apa perbedaan antara expect(something).toBe(true), expect(something).toBeTruthy()dan expect(something).toBeTrue()? Perhatikan bahwa toBeTrue()adalah matcher kustom diperkenalkan di jasmine-matchersantara matchers lain yang bermanfaat dan berguna seperti toHaveMethod()atau