jest.config.js 132 B

123456
  1. module.exports = {
  2. transformIgnorePatterns: [
  3. 'node_modules/node-fetch'
  4. ],
  5. // 其他配置接着写这儿哈
  6. };