mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 10:29:35 +08:00
5c899c765b
This reverts commit c21457d6a7
.
8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
import EmailLog from 'admin/models/email-log';
|
|
|
|
module("Discourse.EmailLog");
|
|
|
|
test("create", function() {
|
|
ok(EmailLog.create(), "it can be created without arguments");
|
|
});
|