mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2025-12-26 23:58:09 +07:00
10 lines
136 B
JavaScript
10 lines
136 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
upgrade: true,
|
|
reject: [
|
|
// API changes break existing tests
|
|
'proxy'
|
|
]
|
|
};
|