.toBe(true) or .toBeTruthy()
Jan 26, 2024 · 1 min read · I was reviewing a feature on GitHub and noticed my colleague sometimes used .toBe(true) and other times .toBeTruthy(). This got me wondering, are they actually different? After a quick search, I found out they are – and it's all in their names 😅. In...
NAhmed commented

