mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 13:03:45 +08:00
Fix JS tests.
This commit is contained in:
parent
e765e64cb1
commit
0ab52b127b
|
@ -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 }
|
||||
});
|
Loading…
Reference in New Issue
Block a user