Skip to content

Commit

Permalink
⬆️ dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Feb 25, 2017
1 parent 4d33243 commit 21801ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -18,11 +18,11 @@
},
"devDependencies": {
"istanbul": "^0.4.2",
"koa": "^2.0.0-alpha.3",
"koa": "^2.0.1",
"mocha": "^2.4.1",
"should": "^9.0.2",
"should-http": "0.0.4",
"supertest": "^1.2.0"
"supertest": "^3.0.0"
},
"scripts": {
"test": "NODE_ENV=test mocha --require should --reporter spec",
Expand Down
3 changes: 1 addition & 2 deletions test/index.js
Expand Up @@ -224,8 +224,7 @@ describe('Compress', () => {

request(app.listen())
.head('/')
.expect(200)
.expect('', (err, res) => {
.expect(200, (err, res) => {
if (err)
return done(err)

Expand Down

0 comments on commit 21801ab

Please sign in to comment.