mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:23:00 +08:00
Fix JS tests.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
import { currentUser } from "helpers/qunit-helpers";
|
||||
|
||||
moduleFor("controller:group-index");
|
||||
moduleFor('component:group-membership-button');
|
||||
|
||||
test("canJoinGroup", function() {
|
||||
test('canJoinGroup', function() {
|
||||
this.subject().setProperties({
|
||||
model: { public: false }
|
||||
});
|
Reference in New Issue
Block a user