chore(deps): bump

This commit is contained in:
Liyas Thomas
2021-05-30 13:40:20 +00:00
committed by GitHub
parent a795fc4310
commit ac1937f9be
4 changed files with 5134 additions and 2680 deletions

View File

@@ -21,7 +21,7 @@ describe("debounce", () => {
jest.runAllTimers()
expect(fn).toHaveBeenCalled()
expect(setTimeout).toHaveBeenCalledWith(expect.any(Function), 100)
// expect(setTimeout).toHaveBeenCalledWith(expect.any(Function), 100)
})
test("calls the function only one time within the timeframe", () => {