Skip to content

Commit

Permalink
UIPFIMP-68: Clean up eslint errors (#153)
Browse files Browse the repository at this point in the history
* UIIN-2594: Fix eslint errors

* UIIN-2594: Update CHANGELOG.md
  • Loading branch information
OleksandrHladchenko1 authored Jan 18, 2024
1 parent d399c7f commit 00138d3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Jest/RTL: Increase test coverage for FindImportProfile component (UIPFIMP-65)
* Jest/RTL: Cover utils with unit tests (UIPFIMP-64)
* Jest/RTL: Increase test coverage for AbstractContainer component (UIPFIMP-66)
* Clean up eslint errors (UIPFIMP-68)

## [7.0.0](https://github.com/folio-org/ui-plugin-find-import-profile/tree/v7.0.0) (2023-10-13)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ import {
buildMutator,
buildResources,
} from '@folio/stripes-data-transfer-components/test/helpers';
import { buildStripes } from '../../../../test/jest/helpers';
import { actionProfilesShape } from '@folio/data-import/src/settings/ActionProfiles';
import { translationsProperties } from '../../../../test/jest/helpers';
import {
buildStripes,
translationsProperties,
} from '../../../../test/jest/helpers';

import ActionProfilesContainer from '../ActionProfilesContainer';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ import {
buildMutator,
buildResources,
} from '@folio/stripes-data-transfer-components/test/helpers';
import { buildStripes } from '../../../../test/jest/helpers';
import { jobProfilesShape } from '@folio/data-import/src/settings/JobProfiles';
import { translationsProperties } from '../../../../test/jest/helpers';
import {
buildStripes,
translationsProperties,
} from '../../../../test/jest/helpers';

import JobProfilesContainer from '../JobProfilesContainer';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ import {
buildMutator,
buildResources,
} from '@folio/stripes-data-transfer-components/test/helpers';
import { buildStripes } from '../../../../test/jest/helpers';
import { mappingProfilesShape } from '@folio/data-import/src/settings/MappingProfiles';
import { translationsProperties } from '../../../../test/jest/helpers';
import {
buildStripes,
translationsProperties,
} from '../../../../test/jest/helpers';

import MappingProfilesContainer from '../MappingProfilesContainer';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ import {
buildMutator,
buildResources,
} from '@folio/stripes-data-transfer-components/test/helpers';
import { buildStripes } from '../../../../test/jest/helpers';
import { matchProfilesShape } from '@folio/data-import/src/settings/MatchProfiles';
import { translationsProperties } from '../../../../test/jest/helpers';
import {
buildStripes,
translationsProperties,
} from '../../../../test/jest/helpers';

import MatchProfilesContainer from '../MatchProfilesContainer';

Expand Down

0 comments on commit 00138d3

Please sign in to comment.