From 286bbbbbd22cd2a2b1b6cdfe2dbd06727cad5ff8 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 16 Mar 2023 11:40:20 +0100 Subject: [PATCH] test dth node workflow --- 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 57796b97b..25aac98d0 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 */ -// TESTS +// TESTING import CONFIG from '@/config' import connection from '@/typeorm/connection'