2023-03-23
Jest のモックで毎回どう使うのか迷うので、それのメモ。随時更新。
jest.fn(implementation?)
jest.mock(moduleName, factory, options)
jest.spyOn(object, methodName)