We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3cb19 commit fceab80Copy full SHA for fceab80
src/renderer/__helpers__/jest.setup.ts
@@ -67,3 +67,5 @@ global.CSS = {
67
return false;
68
}),
69
};
70
+
71
+window.HTMLMediaElement.prototype.play = jest.fn();
0 commit comments