the-tip-top-backend/node_modules/nodemailer/.ncurc.js
2025-11-17 23:47:54 +01:00

10 lines
136 B
JavaScript

'use strict';
module.exports = {
upgrade: true,
reject: [
// API changes break existing tests
'proxy'
]
};