mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-19 03:52:25 -05:00
7 lines
190 B
JavaScript
7 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");
|
|
});
|