Skip to content
Snippets Groups Projects
Unverified Commit 9c4ebcec authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Fix `fetch-mock` behavior with hanging requests (#32223)

parent 0aaf5b7d
Branches
Tags
No related merge requests found
import fetchMock from "fetch-mock";
afterEach(() => {
beforeEach(() => {
fetchMock.restore();
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment