Example 1: jest timeout beforeEach(function () { jest.setTimeout(2000) // ms }); Example 2: jest timeout jest.advanceTimersByTime(msToRun)
確定! 回上一頁