We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d7c8c commit bf947f9Copy full SHA for bf947f9
src/transporters/__tests__/Sns-test.js
@@ -3,6 +3,7 @@
3
import Sns from '../Sns';
4
5
const sns = new Sns({ region: 'eu-west-1' });
6
+
7
// $FlowFixMe
8
sns.sendSms = jest.fn().mockImplementation(() => {
9
return {
0 commit comments