-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove enzyme MAASENG-1801 (#4954)
*Begone, foul Enzyme, lord of poor testing practices! Leave the developers in peace!*
- Loading branch information
1 parent
5a1a488
commit f4701a1
Showing
6 changed files
with
98 additions
and
523 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
import "@testing-library/react"; | ||
import "@testing-library/jest-dom"; | ||
import Adapter from "@wojtekmaj/enzyme-adapter-react-17"; | ||
import Enzyme from "enzyme"; | ||
import { enableFetchMocks } from "jest-fetch-mock"; | ||
|
||
Enzyme.configure({ adapter: new Adapter() }); | ||
|
||
enableFetchMocks(); |
Oops, something went wrong.