Skip to content

Commit 2cba6d4

Browse files
committed
si/visionmedia/ladjs/
1 parent 79a69b6 commit 2cba6d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/supertest.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -765,9 +765,9 @@ describe('request(app)', function () {
765765
});
766766
});
767767

768-
// this scenario should never happen after https://github.com/visionmedia/supertest/pull/767
768+
// this scenario should never happen after https://github.com/ladjs/supertest/pull/767
769769
// meant for test coverage for lib/test.js#287
770-
// https://github.com/visionmedia/supertest/blob/e064b5ae71e1dfa3e1a74745fda527ac542e1878/lib/test.js#L287
770+
// https://github.com/ladjs/supertest/blob/e064b5ae71e1dfa3e1a74745fda527ac542e1878/lib/test.js#L287
771771
it('_assertFunction should catch and return error', function (done) {
772772
const error = new Error('failed');
773773
const returnedError = get
@@ -1306,7 +1306,7 @@ describe('request.get(url).query(vals) works as expected', function () {
13061306
.get('/')
13071307
// This expect should never get called, but exposes this issue with other
13081308
// errors being obscured by the response assertions
1309-
// https://github.com/visionmedia/supertest/issues/352
1309+
// https://github.com/ladjs/supertest/issues/352
13101310
.expect(200)
13111311
.end(function (err, res) {
13121312
should.exist(err);
@@ -1323,7 +1323,7 @@ describe('request.get(url).query(vals) works as expected', function () {
13231323
// this scenario should never happen
13241324
// there shouldn't be any res if there is an err
13251325
// meant for test coverage for lib/test.js#169
1326-
// https://github.com/visionmedia/supertest/blob/5543d674cf9aa4547927ba6010d31d9474950dec/lib/test.js#L169
1326+
// https://github.com/ladjs/supertest/blob/5543d674cf9aa4547927ba6010d31d9474950dec/lib/test.js#L169
13271327
it('handles unknown errors (err with res)', function (done) {
13281328
const app = express();
13291329

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy