Skip to content

Commit

Permalink
lint fix for worflow-page test (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Assem-Hafez committed May 22, 2024
1 parent c36cd6a commit 9d8516d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import WorkflowPageTabs from '../workflow-page-tabs';
import type { Props } from '../workflow-page-tabs.types';
import workflowPageTabsConfig from '../../config/workflow-page-tabs.config';

jest.mock('../../config/workflow-page-tabs.config', () => ([
jest.mock('../../config/workflow-page-tabs.config', () => [
{
key: 'summary',
title: 'Summary',
Expand All @@ -14,8 +14,7 @@ jest.mock('../../config/workflow-page-tabs.config', () => ([
key: 'page-2',
title: 'Page 2',
},
]
));
]);

describe('WorkflowPageTabs', () => {
afterEach(() => {
Expand Down

0 comments on commit 9d8516d

Please sign in to comment.