Browse Source

SONAR-15992 Fix AppState imports

tags/9.4.0.54424
Philippe Perrin 2 years ago
parent
commit
80bdd0543a

+ 1
- 1
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/App-it.tsx View File

@@ -22,7 +22,7 @@ import userEvent from '@testing-library/user-event';
import { QualityGatesServiceMock } from '../../../../api/mocks/QualityGatesServiceMock';
import { mockAppState } from '../../../../helpers/testMocks';
import { renderApp } from '../../../../helpers/testReactTestingUtils';
import { AppState } from '../../../../types/types';
import { AppState } from '../../../../types/appstate';
import routes from '../../routes';

jest.mock('../../../../api/quality-gates');

Loading…
Cancel
Save