Skip to content

Commit

Permalink
Rtl upgrade (#218)
Browse files Browse the repository at this point in the history
* Moved all tests to RTL
* Updated testing config
* Removed un-needed library
* Updated tests to better checks
* Removed un-needed comments
  • Loading branch information
AlexanderKaran authored Nov 24, 2023
1 parent 0857e18 commit b0e55fa
Show file tree
Hide file tree
Showing 21 changed files with 474 additions and 1,530 deletions.
4 changes: 0 additions & 4 deletions jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import React from 'react';
import Adapter from 'enzyme-adapter-react-16';
import '@testing-library/jest-dom/extend-expect';
import { configure } from 'enzyme';

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

React.useLayoutEffect = React.useEffect;
Loading

0 comments on commit b0e55fa

Please sign in to comment.