mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Fix all tests and replace enzyme with @testing-library/react
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import 'app/polyfills';
|
||||
import { configure } from 'enzyme';
|
||||
import Adapter from 'enzyme-adapter-react-16';
|
||||
|
||||
configure({ adapter: new Adapter() });
|
||||
import '@testing-library/jest-dom';
|
||||
|
||||
if (!window.localStorage) {
|
||||
window.localStorage = {
|
||||
|
Reference in New Issue
Block a user