Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Dec 5, 2024
1 parent f69a067 commit f71bd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/__tests__/recordings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as HID from 'node-hid'
import { Product, PRODUCTS, describeEvent } from '@xkeys-lib/core'
import * as HIDMock from '../__mocks__/node-hid'
import { setupXkeysPanel, XKeys, XKeysEvents } from '../'
import { getSentData, handleXkeysMessages, resetSentData, sleep } from './lib'
import { getSentData, handleXkeysMessages, resetSentData } from './lib'

describe('Recorded tests', () => {
async function setupTestPanel(params: { productId: number }): Promise<XKeys> {
Expand Down

0 comments on commit f71bd32

Please sign in to comment.