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.
window.SubmitEvent
1 parent 979f033 commit 0029c27Copy full SHA for 0029c27
src/Turbo/assets/test/setup.js
@@ -8,4 +8,4 @@
8
*/
9
10
// polyfill for some odd error inside of Turbo in the test environment
11
-window.SubmitEvent = () => {};
+window.SubmitEvent = class {};
0 commit comments