Skip to content

Instantly share code, notes, and snippets.

@kwelch-eb
kwelch-eb / readme.md
Created January 8, 2019 23:01
Notes on testing

mocks

  • mockRestore vs mockReset
  • jest.mock
  • .mock.calls, instead lastCalledWith, haveBeenCalledWith
export type $FixMe = any;