您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

jest.config.js 168B

123456789
  1. module.exports = {
  2. moduleFileExtensions: [
  3. 'js'
  4. ],
  5. testMatch: [
  6. '<rootDir>/react/**/?(*.)+(test)?(.web).js?(x)'
  7. ],
  8. verbose: true
  9. };