mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 09:15:15 +08:00
8 lines
190 B
JavaScript
8 lines
190 B
JavaScript
import StaffActionLog from 'admin/models/staff-action-log';
|
|
|
|
module("StaffActionLog");
|
|
|
|
test("create", function() {
|
|
ok(StaffActionLog.create(), "it can be created without arguments");
|
|
});
|