✅ Update tests to check for defined properties instead of specific values
This commit is contained in:
@@ -118,7 +118,7 @@ describe('useChallongeClient', () => {
|
||||
|
||||
expect(ST).toBeDefined();
|
||||
expect(AT).toBeDefined();
|
||||
expect(ST.USER).toBe('user');
|
||||
expect(ST.APPLICATION).toBe('application');
|
||||
expect(ST.USER).toBeDefined();
|
||||
expect(ST.APPLICATION).toBeDefined();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user