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
refactor: jest to vitest of OrganizationActionItems : fixes#2557 (#2773)
* added missed mocks
Not all the params were being mocked properly. As a result of not getting the expected response, useQuery was returning error in actionItemsError. This is fixed now
* Delete src/screens/OrganizationActionItems/OrganizationActionItems.test.tsx
* Create OrganizationActionItems.spec.tsx
Migrated to vitest with functionalities
* Update OrganizationActionItems.spec.tsx
0 commit comments