refactor: address PR reviews
This commit is contained in:
committed by
Adolfo R. Brandes
parent
c8434b87c0
commit
7f5687f175
@@ -28,7 +28,7 @@ describe('teams utils', () => {
|
||||
|
||||
test('returns false if the group is invalid', () => {
|
||||
getConfig.mockReturnValue({ ENABLE_OPEN_MANAGED_TEAM_TYPE: true });
|
||||
expect(isGroupTypeEnabled('')).toBe(false);
|
||||
expect(isGroupTypeEnabled('FOO')).toBe(false);
|
||||
});
|
||||
|
||||
test('returns false if the group is null', () => {
|
||||
|
||||
Reference in New Issue
Block a user