Skip to content

Commit

Permalink
Update View.test.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dobri1408 authored Sep 9, 2024
1 parent 4a0b444 commit 984f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Blocks/TableauBlock/View.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render, screen } from '@testing-library/react';
import { Provider } from 'react-redux';
import configureStore from 'redux-mock-store';
import View from './View';
import '@testing-library/jest-dom/extend-expect'; // Pentru metode precum toBeInTheDocument
import '@testing-library/jest-dom/extend-expect';
import Tableau from '@eeacms/volto-tableau/Tableau/Tableau';

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

0 comments on commit 984f762

Please sign in to comment.