describe("A failing test", (): void => { it("should fail", (): void => { expect<bool>(false).toBeTruthy("Show this message, because we expect a falsy value to be truthy!"); }); });