5 lines
136 B
JavaScript
5 lines
136 B
JavaScript
|
module("Discourse.EmailLog");
|
||
|
|
||
|
test("create", function() {
|
||
|
ok(Discourse.EmailLog.create(), "it can be created without arguments");
|
||
|
});
|