Karma Coverage Istanbul Reporter is not trustable

后端 未结 0 764
粉色の甜心
粉色の甜心 2020-12-04 19:36

Imagine the following scenario:

const sayHi = (name: string) => {
  if(!name) {
    throw new Error(\'you must inform name\')
  }
  console.log(\'hi\' + na         


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