1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/gmail-test-proxy/imap-client-test.js
2013-08-02 13:21:20 +02:00

13 lines
183 B
JavaScript

var assert = require('assert'),
inbox = require("inbox");
describe('IMAP client', function() {
describe("Init", function() {
it('should work', function(done) {
});
});
});