Skip to content

Commit

Permalink
Update type
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Oct 19, 2023
1 parent b20425e commit 6f0d4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/adapters/discovery/hap_node_js_client.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { afterAll, describe, expect, jest, test } from '@jest/globals'
import { hapNodeJsClientDiscover as discover } from '../../../src/adapters/discovery/hap_node_js_client'

const intervals: NodeJS.Timer[] = []
const intervals: NodeJS.Timeout[] = []

let deviceData: unknown = null

Expand Down

0 comments on commit 6f0d4c5

Please sign in to comment.