diff --git a/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts b/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts index ab1ffeb092..7624b15608 100644 --- a/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts +++ b/common/web/gesture-recognizer/src/test/auto/headless/gestures/isolatedPathSpecs.ts @@ -2,8 +2,6 @@ import { gestures } from '@keymanapp/gesture-recognizer'; import specs = gestures.specs; import ContactModel = specs.ContactModel; -// TBD: flick modeling - export const InstantRejectionModel: ContactModel = { itemPriority: 0, onPathResolve: 'reject', diff --git a/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts b/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts index b4c37b0441..d5a93b206b 100644 --- a/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts +++ b/common/web/gesture-recognizer/src/test/auto/headless/gestures/pathMatcher.spec.ts @@ -59,6 +59,12 @@ describe("PathMatcher", function() { this.fakeClock.restore(); }) + describe.skip("Flick: primary path modeling", function() { + it("Actual expectations for flick behavior still in flux - cannot spec yet", async function() { + + }); + }); + describe("Instant fulfillment modeling", function() { it("resolve", async function() { const emulatedContactPoint = new SimpleGestureSource(1, true);