mirror of
https://github.com/discourse/discourse.git
synced 2025-05-26 07:22:48 +08:00
Reapply Ember 2.10 for good this time!
This reverts commit ddd299f4aaf25353cc2f47829d213623a3cf7590.
This commit is contained in:
@ -20,6 +20,6 @@ test("grantableBadges", function() {
|
||||
});
|
||||
|
||||
|
||||
not(badgeNames.contains(badgeDisabled), "excludes disabled badges");
|
||||
not(badgeNames.includes(badgeDisabled), "excludes disabled badges");
|
||||
deepEqual(badgeNames, sortedNames, "sorts badges by name");
|
||||
});
|
||||
|
Reference in New Issue
Block a user