mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
tests: fix client unit tests
This commit is contained in:
@@ -23,7 +23,7 @@ describe('Groups Utilities Mixin', () => {
|
||||
|
||||
describe('isMemberOfGroup', () => {
|
||||
it('registers as a method', () => {
|
||||
expect(instance.isMemberOfGroup).to.be.a.function;
|
||||
expect(instance.isMemberOfGroup).to.exist;
|
||||
});
|
||||
|
||||
it('returns true when the group is the Tavern', () => {
|
||||
|
||||
Reference in New Issue
Block a user