bbovenzi commented on a change in pull request #21526:
URL: https://github.com/apache/airflow/pull/21526#discussion_r804909942
##########
File path: airflow/www/jest-setup.js
##########
@@ -20,9 +20,6 @@
*/
import '@testing-library/jest-dom';
-import { enableFetchMocks } from 'jest-fetch-mock';
-
-enableFetchMocks();
Review comment:
I realized that we could just mock this call ourselves and we didn't
need this package.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]