Update test/backend-test/test-system-service.js

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
iotux
2026-01-02 06:35:34 +01:00
committed by GitHub
co-authored by Frank Elsinga
parent 9321ff502d
commit 5c15b03c6b
+1 -1
View File
@@ -1,4 +1,4 @@
const { describe, it, beforeEach, afterEach } = require("node:test");
const { describe, test, beforeEach, afterEach } = require("node:test");
const assert = require("node:assert");
const { SystemServiceMonitorType } = require("../../server/monitor-types/system-service");
const { DOWN, UP } = require("../../src/util");