Skip to content

Commit

Permalink
Merge branch '6-0-10-testfix' into b6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 committed Oct 6, 2023
2 parents 2f9948a + 891d824 commit 41d1ae6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/routes/ViewAllLogs/ViewAllLogs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ import { noop } from 'lodash';
import { runAxeTest } from '@folio/stripes-testing';

import { buildMutator } from '@folio/stripes-data-transfer-components/test/helpers';
import { ModuleHierarchyProvider } from '@folio/stripes/core';


import {
renderWithIntl,
translationsProperties,
buildStripes,
} from '../../../test/jest/helpers';
import '../../../test/jest/__mock__';
import { ModuleHierarchyProvider } from '@folio/stripes/core';

Check failure on line 19 in src/routes/ViewAllLogs/ViewAllLogs.test.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

`@***/stripes/core` import should occur before import of `../../../test/jest/helpers`

Check failure on line 19 in src/routes/ViewAllLogs/ViewAllLogs.test.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

`@***/stripes/core` import should occur before import of `../../../test/jest/helpers`

Check failure on line 19 in src/routes/ViewAllLogs/ViewAllLogs.test.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

`@***/stripes/core` import should occur before import of `../../../test/jest/helpers`

Check failure on line 19 in src/routes/ViewAllLogs/ViewAllLogs.test.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

`@***/stripes/core` import should occur before import of `../../../test/jest/helpers`

Check failure on line 19 in src/routes/ViewAllLogs/ViewAllLogs.test.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

`@***/stripes/core` import should occur before import of `../../../test/jest/helpers`

Check failure on line 19 in src/routes/ViewAllLogs/ViewAllLogs.test.js

View workflow job for this annotation

GitHub Actions / github-actions-ci

`@***/stripes/core` import should occur before import of `../../../test/jest/helpers`

import ViewAllLogs, { ViewAllLogsManifest, getLogsQuery, getLogsPath } from './ViewAllLogs';

Expand Down

0 comments on commit 41d1ae6

Please sign in to comment.