mirror of
https://github.com/d0zingcat/cors-anywhere.git
synced 2026-05-29 15:10:19 +00:00
Upgrade supertest + nock to recent version
The most recent version that was explicitly marked as compatible with Node.js 0.10.x
This commit is contained in:
@@ -165,7 +165,7 @@ describe('Basic functionality', function() {
|
||||
.expect('x-final-url', 'http://example.com/redirecttarget')
|
||||
.expect('access-control-expose-headers', /some-header,x-final-url/)
|
||||
.expectNoHeader('header at redirect')
|
||||
.expect(200, '', done);
|
||||
.expect(200, undefined, done);
|
||||
});
|
||||
|
||||
it('GET with redirect should be followed', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user