mirror of
https://github.com/discourse/discourse.git
synced 2024-12-16 06:03:46 +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");
|
|
});
|