Skip to content

Commit

Permalink
Merge pull request #3839 from terrestris/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dnlkoch authored May 8, 2024
2 parents 2771c3b + 5bc8d9c commit 9af58fa
Show file tree
Hide file tree
Showing 6 changed files with 469 additions and 4,373 deletions.
4 changes: 0 additions & 4 deletions jest/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import 'jest-canvas-mock';
import '@testing-library/jest-dom';
import 'regenerator-runtime/runtime';

import Adapter from '@cfaester/enzyme-adapter-react-18';
import Enzyme from 'enzyme';
import {
TextDecoder,
TextEncoder
Expand All @@ -15,8 +13,6 @@ Object.assign(global, {
TextEncoder
});

Enzyme.configure({ adapter: new Adapter() });

jest.mock('use-resize-observer', () => ({
__esModule: true,
default: jest.fn().mockImplementation(() => ({
Expand Down
Loading

0 comments on commit 9af58fa

Please sign in to comment.