We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bc568 commit 98b0b77Copy full SHA for 98b0b77
boilerplate.js
@@ -50,6 +50,12 @@ const dummyEvent = {
50
key: 97, // "a"
51
52
stopPropagation: function() {},
53
+ preventDefault: function() {},
54
+ composedPath: function() {
55
+ return {
56
+ includes: function() { return false; },
57
+ };
58
+ },
59
};
60
61
// Handle Blobs. All Blob methods in the real Blob class for dumping
0 commit comments