TypeError when Mocking a Node Module with Jest

后端 未结 0 1898
迷失自我
迷失自我 2020-12-04 19:51

Here I have a file, mail.js, that sends an email

const nodemailer = require(\'nodemailer\')
const mailGun = require(\'nodemailer-mailgun-transport\')

const a         


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