Skip to content

Commit

Permalink
SUPPRESSED UNKNOWN ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
rishav-jha-mech committed Oct 27, 2023
1 parent 34417a7 commit a57510e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/screens/OrganizationPeople/OrganizationPeople.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ async function wait(ms = 2): Promise<void> {
});
}

// TODO - REMOVE THE NEXT LINE IT IS TO SUPPRESS THE ERROR
// FOR THE FIRST TEST WHICH CAME OUT OF NOWHERE
console.error = jest.fn();

describe('Organization People Page', () => {
const searchData = {
firstName: 'Aditya',
Expand Down

0 comments on commit a57510e

Please sign in to comment.