mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:31:56 +08:00
7 lines
207 B
JavaScript
7 lines
207 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");
|
|
}); |