chore(web): flick test placeholders

This commit is contained in:
Joshua A. Horton 2023-07-14 12:42:45 +07:00
parent 4d6320df2a
commit dbf9ff22a0
2 changed files with 6 additions and 2 deletions

View file

@ -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',

View file

@ -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<string>(1, true);