Skip to content

Commit

Permalink
feat: fix examples, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borodayev committed Apr 6, 2018
1 parent 66d7c8c commit bf947f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transporters/__tests__/Sns-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import Sns from '../Sns';

const sns = new Sns({ region: 'eu-west-1' });

// $FlowFixMe
sns.sendSms = jest.fn().mockImplementation(() => {
return {
Expand Down

0 comments on commit bf947f9

Please sign in to comment.