test still failing :S

This commit is contained in:
Andris Reinman 2017-12-13 10:51:45 +02:00
parent 4e7e09c253
commit dfe94e1e32

View file

@ -1100,6 +1100,7 @@ describe('IMAP Protocol integration tests', function() {
},
function(resp) {
resp = resp.toString();
console.log(resp);
expect(resp.match(/^\* \d+ EXPUNGE/gm).length).to.equal(5);
expect(/^T4 OK/m.test(resp)).to.be.true;
done();