You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below code is leading to test case failure, even objecA is an object and defined:
expect(objectA).toBeDefined();
Please help if we can use this method to check if object is not null or is defined
The text was updated successfully, but these errors were encountered:
Below code is leading to test case failure, even objecA is an object and defined:
expect(objectA).toBeDefined();
Please help if we can use this method to check if object is not null or is defined
The text was updated successfully, but these errors were encountered: