From 48efa927f5d115f6346c0e2e44a9ea74beb2159a Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 16 Mar 2023 11:31:55 +0100 Subject: [PATCH] test dth node workflow without docker build dependencies --- dht-node/test/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dht-node/test/helpers.ts b/dht-node/test/helpers.ts index 4b5f773f7..57796b97b 100644 --- a/dht-node/test/helpers.ts +++ b/dht-node/test/helpers.ts @@ -1,7 +1,7 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ -// TEST +// TESTS import CONFIG from '@/config' import connection from '@/typeorm/connection'