Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Jul 17, 2024
1 parent 40b89ae commit edb843b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ Object.defineProperty(navigator, "permissions", {
jest
.spyOn(window.HTMLMediaElement.prototype, "pause")
.mockImplementation(() => {});
jest.mock("components/Pronunciations/Recorder");
//jest.mock("components/Pronunciations/Recorder");
jest.mock("components/Pronunciations/RecorderContext", () => ({}));

0 comments on commit edb843b

Please sign in to comment.