mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
5c899c765b
This reverts commit c21457d6a7
.
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");
|
|
});
|