> In function test_altComboIsDispatched(): > > + compare(inputCatcher.pressedKeys.length, 2); > > this should test for released keys (inputCatcher.releasedKeys.length)
good catch. fixed
« Back to merge proposal
> In function test_altComboIs Dispatched( ): inputCatcher. pressedKeys. length, 2); releasedKeys. length)
>
> + compare(
>
> this should test for released keys (inputCatcher.
good catch. fixed