Skip to content

Commit

Permalink
remove test only
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertWHurst committed Dec 20, 2023
1 parent 1ea1e92 commit ebe4ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/keystrokes/src/tests/keystrokes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit ebe4ca8

Please sign in to comment.