Skip to content

Commit

Permalink
Merge branch 'add-drag-and-drop-support' of https://github.com/JimSch…
Browse files Browse the repository at this point in the history
…ofield/ember-test-helpers into add-drag-and-drop-support
  • Loading branch information
JimSchofield committed Oct 23, 2021
2 parents b642f31 + 0302041 commit 3f850e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon-test-support/@ember/test-helpers/dom/fire-event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ function fireEvent(
}

element.dispatchEvent(event);

return event;
}

Expand Down Expand Up @@ -182,6 +181,7 @@ function buildMouseEvent(type: MouseEventType, options: any = {}) {
event = buildBasicEvent(type, options);
}
}

return event;
}

Expand Down

0 comments on commit 3f850e0

Please sign in to comment.