2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-08 12:06:51 +08:00
discourse/test/javascripts/models/staff-action-log-test.js.es6
2014-08-06 17:51:03 -04:00

5 lines
149 B
JavaScript

module("Discourse.StaffActionLog");
test("create", function() {
ok(Discourse.StaffActionLog.create(), "it can be created without arguments");
});