Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlkoch committed May 7, 2024
1 parent 2771c3b commit 5bc8d9c
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 5bc8d9c

Please sign in to comment.