Files
kami-parse-server/spec/MockEmailAdapter.js
Drew Gross 8dc37b9d30 Exploring the interface of a mail adapter
Add some tests and demonstrate the adapter loading interface
2016-02-29 18:52:10 -05:00

4 lines
71 B
JavaScript

module.exports = {
sendVerificationEmail: () => Promise.resolve();
}