Skip to content

Commit

Permalink
Merge pull request #42 from holidaycheck/rm-supertest-as-promised
Browse files Browse the repository at this point in the history
🗑  Remove supertest-as-promised
  • Loading branch information
lo1tuma committed Jul 3, 2018
2 parents 09a7436 + 2be1329 commit 49ebfa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -30,7 +30,6 @@
"sinon": "6.1.0",
"sinon-chai": "3.2.0",
"supertest": "3.1.0",
"supertest-as-promised": "4.0.2",
"pr-log": "3.0.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/functional/healthcheckMiddlewareSpec.js
@@ -1,6 +1,6 @@
'use strict';

var supertest = require('supertest-as-promised'),
var supertest = require('supertest'),
express = require('express'),
server = express(),
healthcheckMiddleware = require('../../lib/healthcheckMiddleware')();
Expand Down

0 comments on commit 49ebfa5

Please sign in to comment.