diff --git a/packages/terra-clinical-item-view/tests/jest/ItemView.test.jsx b/packages/terra-clinical-item-view/tests/jest/ItemView.test.jsx index 9a8ea99be..3fbb8c796 100644 --- a/packages/terra-clinical-item-view/tests/jest/ItemView.test.jsx +++ b/packages/terra-clinical-item-view/tests/jest/ItemView.test.jsx @@ -3,6 +3,8 @@ import React from 'react'; import { shallowWithIntl } from 'terra-enzyme-intl'; import ItemView from '../../lib/ItemView'; +jest.mock('uuid', () => ({ v4: () => '00000000-0000-0000-0000-000000000000' })); + // Note: when multiple displays are passed in to the ItemView, the length of 'ItemDisplay' in these tests will // be 1 greater than the amount of displays passed in. This is because when ItemView contains multiple // displays a header is created to label the displays within their unordered list. This header contains a diff --git a/packages/terra-clinical-item-view/tests/jest/__snapshots__/ItemView.test.jsx.snap b/packages/terra-clinical-item-view/tests/jest/__snapshots__/ItemView.test.jsx.snap index da7a2f2b4..390b7b6f6 100644 --- a/packages/terra-clinical-item-view/tests/jest/__snapshots__/ItemView.test.jsx.snap +++ b/packages/terra-clinical-item-view/tests/jest/__snapshots__/ItemView.test.jsx.snap @@ -74,7 +74,7 @@ exports[`should render 2 start theme displays 1`] = `