mirror of
https://github.com/moparisthebest/mail
synced 2024-12-22 23:38:48 -05:00
13 lines
183 B
JavaScript
13 lines
183 B
JavaScript
var assert = require('assert'),
|
|
inbox = require("inbox");
|
|
|
|
describe('IMAP client', function() {
|
|
|
|
describe("Init", function() {
|
|
|
|
it('should work', function(done) {
|
|
|
|
});
|
|
});
|
|
|
|
}); |