diff --git a/packages/keystrokes/src/tests/keystrokes.spec.ts b/packages/keystrokes/src/tests/keystrokes.spec.ts index fa75f3e..7f59202 100644 --- a/packages/keystrokes/src/tests/keystrokes.spec.ts +++ b/packages/keystrokes/src/tests/keystrokes.spec.ts @@ -497,7 +497,7 @@ describe('new Keystrokes(options)', () => { expect(handler.onPressed).toBeCalledTimes(1) }) - it.only('accepts a key combo made up of aliases and when that combo is satisfied the given handler is executed', () => { + it('accepts a key combo made up of aliases and when that combo is satisfied the given handler is executed', () => { const keystrokes = createTestKeystrokes() const handler1 = {