Exploring the interface of a mail adapter
Add some tests and demonstrate the adapter loading interface
This commit is contained in:
committed by
Florent Vilmart
parent
d9f1e00345
commit
8dc37b9d30
3
spec/MockEmailAdapter.js
Normal file
3
spec/MockEmailAdapter.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
sendVerificationEmail: () => Promise.resolve();
|
||||
}
|
||||
Reference in New Issue
Block a user