session: remove some noise

This commit is contained in:
John McLear 2021-03-05 08:43:41 +00:00
parent 4904e7f486
commit fbb92b589f

View file

@ -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);
})