TypeScript: Property 'mockImplementation' does not exist on type in Jest Test

前端 未结 0 626
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-30 01:14

I have this basically:

// Example.ts

class Example {
  returnSomething() {
    return false
  }
}

export default new Example()

Then in a TypeSc

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