Prescribed Jest global and component coverage thresholds

前端 未结 0 726
自闭症患者
自闭症患者 2021-02-20 09:49

We are having a React package that has the Jest config as:

module.exports = {
  collectCoverage: true,
  collectCoverageFrom: [
    \'src/**/*.{js,jsx,ts,tsx}\',
         


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