mocking a function in jest to test in typescript

前端 未结 0 996
一个人的身影
一个人的身影 2021-02-09 10:17
// file to be mocked.ts
export function Details(): void {name=x;email=y}

I want to mock this function in my test file so that I can change the name and

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