mirror of
https://github.com/discourse/discourse.git
synced 2024-12-03 01:23:38 +08:00
8 lines
210 B
JavaScript
8 lines
210 B
JavaScript
import StaffActionLog from "admin/models/staff-action-log";
|
|
|
|
QUnit.module("StaffActionLog");
|
|
|
|
QUnit.test("create", (assert) => {
|
|
assert.ok(StaffActionLog.create(), "it can be created without arguments");
|
|
});
|