Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
powerful23 committed Aug 9, 2018
1 parent 0d94243 commit f1e0964
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 10 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"@types/node": "^8.9.5",
"codecov": "^1.0.1",
"compression-webpack-plugin": "^1.1.3",
"cypress": "^3.0.1",
"jest": "^22.4.3",
"json-loader": "^0.5.7",
"lerna": "^2.4.0",
Expand Down
4 changes: 3 additions & 1 deletion packages/analytics/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/auth/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
3 changes: 2 additions & 1 deletion packages/aws-amplify/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"allowJs": false,
"declaration": true,
"typeRoots": [ "./node_modules/@types" ],
"types": [ "node" ]
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/cache/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/interactions/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/pubsub/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/pushnotification/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down
4 changes: 3 additions & 1 deletion packages/storage/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
"typeRoots": [
"./node_modules/@types",
"../../node_modules/@types"
]
],
// temporary fix
"types": ["node", "lodash"]
},
"include": [
"src/**/*"
Expand Down

0 comments on commit f1e0964

Please sign in to comment.