mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-01-04 07:02:45 +08:00
test still failing :S
This commit is contained in:
parent
4e7e09c253
commit
dfe94e1e32
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue