Skip to content

Commit

Permalink
Merge pull request #32 from emmanuelgautier/packages-update
Browse files Browse the repository at this point in the history
Update packages
  • Loading branch information
Lyubomir Atanasov authored Jul 25, 2017
2 parents 43ff280 + e732c57 commit 88f7d95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"test": "test"
},
"dependencies": {
"bluebird": "^3.3.5",
"json-bigint": "^0.2.0",
"qs": "^4.0.0",
"superagent": "^2.0.0",
"superagent-proxy": "^1.0.1"
"bluebird": "^3.5.0",
"json-bigint": "^0.2.3",
"qs": "^6.5.0",
"superagent": "^3.5.2",
"superagent-proxy": "^1.0.2"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.4.5",
"nock": "^8.1.0",
"to-iso-string": "0.0.2",
"eslint": "^3.19.0"
"chai": "^4.1.0",
"mocha": "^3.4.2",
"nock": "^9.0.14",
"@segment/to-iso-string": "^1.0.1",
"eslint": "^4.2.0"
},
"scripts": {
"test": "mocha"
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('Mocked API calls', function () {
done()
})
.catch(function (reason) {
expect(reason.ErrorMessage).to.equal('timeout of 10ms exceeded')
expect(reason.ErrorMessage).to.equal('Timeout of 10ms exceeded')
expect(reason.statusCode).to.equal(null)
expect(reason.response).to.equal(null)
done()
Expand Down

0 comments on commit 88f7d95

Please sign in to comment.