mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"
This reverts commit c0b277d273536f6aab1df67d908ed5e306868b2a.
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
import StaffActionLog from 'admin/models/staff-action-log';
|
||||
|
||||
module("StaffActionLog");
|
||||
module("Discourse.StaffActionLog");
|
||||
|
||||
test("create", function() {
|
||||
ok(StaffActionLog.create(), "it can be created without arguments");
|
||||
ok(Discourse.StaffActionLog.create(), "it can be created without arguments");
|
||||
});
|
||||
|
Reference in New Issue
Block a user