We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7710f commit d3dcd98Copy full SHA for d3dcd98
test/flash-test.js
@@ -67,7 +67,6 @@ vows.describe('flash').addBatch({
67
req.session.flash.error.push('Something went wrong');
68
assert.equal(req.session.flash.error[0], 'U29tZXRoaW5nIHdlbnQgd3Jvbmc=');
69
assert.equal(req.session.flash.error[1], 'Something went wrong');
70
- console.log(req.session.flash.error);
71
const msgs = req.flash('error');
72
assert.equal(msgs[0], 'Something went wrong');
73
assert.equal(msgs[1], 'Something went wrong');
0 commit comments