From 0bf2c9fcedc82643d9edf3a7f5c00cdb8d363269 Mon Sep 17 00:00:00 2001 From: Saad <38024451+sdadn@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:05:20 -0600 Subject: [PATCH] linter fixes --- .../tests/jest/utilityHelpers.test.jsx | 1 - .../tests/jest/SlidePanelManager.test.jsx | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/terra-application-layout/tests/jest/utilityHelpers.test.jsx b/packages/terra-application-layout/tests/jest/utilityHelpers.test.jsx index 06bd524bc50..7f960f8a16b 100644 --- a/packages/terra-application-layout/tests/jest/utilityHelpers.test.jsx +++ b/packages/terra-application-layout/tests/jest/utilityHelpers.test.jsx @@ -1,4 +1,3 @@ - import utilityHelpers from '../../src/utils/utilityHelpers'; describe('utilityHelpers', () => { diff --git a/packages/terra-slide-panel-manager/tests/jest/SlidePanelManager.test.jsx b/packages/terra-slide-panel-manager/tests/jest/SlidePanelManager.test.jsx index c32b4ece2fa..236292505a3 100644 --- a/packages/terra-slide-panel-manager/tests/jest/SlidePanelManager.test.jsx +++ b/packages/terra-slide-panel-manager/tests/jest/SlidePanelManager.test.jsx @@ -1,6 +1,7 @@ +/* eslint-disable import/no-extraneous-dependencies */ import React from 'react'; -import { withDisclosureManager } from 'terra-disclosure-manager'; import { v4 as uuidv4 } from 'uuid'; +import { withDisclosureManager } from 'terra-disclosure-manager'; import SlidePanelManager from '../../src/SlidePanelManager'; const TestContainer = withDisclosureManager(({ id }) => (