Jest: Spy on object method?

后端 未结 0 545
时光说笑
时光说笑 2020-12-05 05:45

I need to spy on Date.toISOString() and return a value.

const spy = jest.spyOn(global, Date); spies on Date global

const spy =

相关标签:
回答
  • 消灭零回复
提交回复
热议问题