From 6f0d4c5e3552332673fd8e80d4696c49638d44cf Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Thu, 19 Oct 2023 12:36:13 +0200 Subject: [PATCH] Update type --- tests/adapters/discovery/hap_node_js_client.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/adapters/discovery/hap_node_js_client.test.ts b/tests/adapters/discovery/hap_node_js_client.test.ts index 9a2e483..2bdf7a7 100644 --- a/tests/adapters/discovery/hap_node_js_client.test.ts +++ b/tests/adapters/discovery/hap_node_js_client.test.ts @@ -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