Skip to content

Commit

Permalink
fix(ga): issue #606 - update unit test and code
Browse files Browse the repository at this point in the history
  • Loading branch information
eouin committed Sep 3, 2024
1 parent 8345501 commit b83cc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/webapp/test/Header/SearchField.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { SearchField } from '../../src/webview/ui/components/Header/SearchField'

import * as treeUtils from '../../src/webview/features/Trees/Trees.utils';

import { render, appState } from '../__mocks__/store.mock';
import { render, appState } from '../__mocks__/storeMock';

describe('<SearchField />', () => {
initIcons();
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/test/__mocks__/storeMock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { I18nextProvider } from 'react-i18next';
import type { AppState } from '../../src/webview/types';
import { reducer } from '../../src/webview/state/reducers';

import i18nMock from './i18n.mock';
import i18nMock from './i18nMock';

interface WrapperProps {
children?: React.ReactNode;
Expand Down

0 comments on commit b83cc1a

Please sign in to comment.