bump dependencies and fix incompatible tests

This commit is contained in:
David Frank 2016-03-19 14:41:19 +08:00
parent 258c036ca7
commit 79d2e2cc37
2 changed files with 5 additions and 6 deletions

View File

@ -24,15 +24,15 @@
},
"homepage": "https://github.com/bitinn/node-fetch",
"devDependencies": {
"bluebird": "^2.9.1",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"bluebird": "^3.3.4",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"coveralls": "^2.11.2",
"form-data": "^1.0.0-rc1",
"istanbul": "^0.3.5",
"istanbul": "^0.4.2",
"mocha": "^2.1.0",
"parted": "^0.1.1",
"promise": "^6.1.0",
"promise": "^7.1.1",
"resumer": "0.0.0"
},
"dependencies": {

View File

@ -824,7 +824,6 @@ describe('node-fetch', function() {
expect(h1._headers['a']).to.include('1');
expect(h1._headers['a']).to.not.include('2');
expect(h1._headers['b']).to.not.include('1');
expect(h2._headers['a']).to.include('1');
expect(h2._headers['a']).to.not.include('2');