mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 01:27:42 +00:00
chore(web): flick test placeholders
This commit is contained in:
parent
4d6320df2a
commit
dbf9ff22a0
2 changed files with 6 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue