Skip to content

Commit

Permalink
Removed debug() statement from src/components/AddOn/core/AddOnEntry/A…
Browse files Browse the repository at this point in the history
…ddOnEntry.test.tsx (#1107)

* Added tests for src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx

* Removed debug() statement from src/components/AddOn/core/AddOnEntry/AddOnEntry.test.tsx
  • Loading branch information
sahadat-sk authored Dec 1, 2023
1 parent 341984e commit da35be1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/AddOn/core/AddOnEntry/AddOnEntry.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { store } from 'state/store';
import { BACKEND_URL } from 'Constant/constant';
import i18nForTest from 'utils/i18nForTest';
import { I18nextProvider } from 'react-i18next';
import { debug } from 'jest-preview';
import userEvent from '@testing-library/user-event';
import { MockedProvider, wait } from '@apollo/react-testing';
import { StaticMockLink } from 'utils/StaticMockLink';
Expand Down Expand Up @@ -182,6 +181,5 @@ describe('Testing AddOnEntry', () => {
await wait(100);
const btn = getByTestId('AddOnEntry_btn_install');
expect(btn.innerHTML).toMatch(/install/i);
debug();
});
});

0 comments on commit da35be1

Please sign in to comment.