Modest Machnicki

Results 3 comments of Modest Machnicki

Problem appears with AngularJS >= 1.6. Try using `$qProvider.errorOnUnhandledRejections(false)` on _api.pokemon_ module config. https://docs.angularjs.org/api/ng/provider/$qProvider

Added version parsing, updated unit tests with some ARN examples: https://github.com/trek10inc/awsets/pull/12

Constructors are stubbed automatically, you can write assertions like this: ```JavaScript const AWS_SDK = require('aws-sdk'); sinon.assert.calledWith(AWS_SDK.DynamoDB, { apiVersion: '2012-08-10' }); ```