Skip to content

Commit

Permalink
feat(web): adds numerous GestureSource unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jahorton committed Aug 30, 2023
1 parent 654d561 commit f6a90e1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,10 @@ describe("GestureSequence", function() {
it('first sequence test', () => {
// simulateSelectorInput should be sufficient for sequence emulation; just capture
// the first selection once kick-started, then add the "fun" hooks for the rest of the test.
// We do have to build a selector and complete the first pass to create a Sequence object, after all.
//
// For equivalent TouchpointCoordinator auto-tests, the HeadlessInputEngine class should work well.
// ... it might even be possible here, since we'll always be starting from the 'head' of the
// GestureSequence for these tests. (Later starts fall within the domain of MatcherSelector.)
});
});

0 comments on commit f6a90e1

Please sign in to comment.