supertest-chai icon indicating copy to clipboard operation
supertest-chai copied to clipboard

Port will be undefined if condition is true

Open soyuka opened this issue 9 years ago • 1 comments

Was reading your code and this seems akward: https://github.com/tadeuszwojcik/supertest-chai/blob/master/index.js#L11

    var portno = addr ? addr.port : port++;

The variable port does not exist and undefined++ is NaN

soyuka avatar Jul 18 '15 11:07 soyuka

Indeed, you're of course right. Will fix it ASAP.

tadeuszwojcik avatar Jul 20 '15 10:07 tadeuszwojcik