Skip to content

Commit

Permalink
Merge pull request #101 from powerful23/analytics_dev
Browse files Browse the repository at this point in the history
Analytics dev
  • Loading branch information
powerful23 authored Jan 8, 2018
2 parents 7b9bf02 + ce856bf commit e9f2e86
Show file tree
Hide file tree
Showing 25 changed files with 2,213 additions and 7,659 deletions.
17 changes: 0 additions & 17 deletions packages/aws-amplify/__tests__/API/RestClient-unit-test.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,4 @@

jest.mock('aws-sdk-mobile-analytics', () => {
const Manager = () => {}

Manager.prototype.recordEvent = () => {

}

Manager.prototype.recordMonetizationEvent = () => {

}

var ret = {
Manager: Manager
}
return ret;
});

jest.mock('aws-sdk/clients/pinpoint', () => {
const Pinpoint = () => {
var pinpoint = null;
Expand Down
Loading

0 comments on commit e9f2e86

Please sign in to comment.