mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
ES6: Convert all test files over
This commit is contained in:
5
test/javascripts/models/email-log-test.js.es6
Normal file
5
test/javascripts/models/email-log-test.js.es6
Normal file
@ -0,0 +1,5 @@
|
||||
module("Discourse.EmailLog");
|
||||
|
||||
test("create", function() {
|
||||
ok(Discourse.EmailLog.create(), "it can be created without arguments");
|
||||
});
|
Reference in New Issue
Block a user