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