报告 Pest 测试中失败的函数调用或断言。 它有助于更快地检测代码中失败的行,并立即开始调试。

示例:


  test("1 is 2", function() {
      expect(1)->toBe(2); //highlighted
  }