session: remove some noise
parent
4904e7f486
commit
fbb92b589f
|
@ -34,7 +34,6 @@ describe(__filename, function () {
|
|||
const hasExpressSessionCookie =
|
||||
res.headers['set-cookie'][0].indexOf('express_sid');
|
||||
assert(hasExpressSessionCookie === -1);
|
||||
console.error(res);
|
||||
const newCount = store.length();
|
||||
assert(newCount === previousCount);
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue