Skip to content

Commit

Permalink
increase code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 committed Aug 22, 2024
1 parent 0438558 commit 0a036f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Blocks/TableauBlock/View.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import configureStore from 'redux-mock-store';
import View from './View';
import '@testing-library/jest-dom/extend-expect'; // Pentru metode precum toBeInTheDocument
import Tableau from '@eeacms/volto-tableau/Tableau/Tableau';
import config from '@plone/volto/registry'; // Importă config pentru a-l moca

jest.mock('@eeacms/volto-tableau/Tableau/Tableau', () =>
jest.fn(() => <div>Mocked Tableau</div>),
Expand Down

0 comments on commit 0a036f4

Please sign in to comment.