Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Commit

Permalink
test(ng-mousewheel): fix ng-mousewheel test
Browse files Browse the repository at this point in the history
  • Loading branch information
chirayuk authored and mhevery committed Nov 24, 2013
1 parent b952b09 commit 8619c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/directive/ng_events_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ main() {
addTest('mouseout');
addTest('mouseover');
addTest('mouseup');
addTest('mousewheel', 'WheelEvent', 'wheel');
addTest('mousewheel', 'MouseEvent', 'wheel');
addTest('scroll');
// These should be of type TouchEvent but that causes the tests to fail.
// They pass as a MouseEvent.
Expand Down

0 comments on commit 8619c8e

Please sign in to comment.