From c683147c711aa2c4ee8c7411e1de66283682c552 Mon Sep 17 00:00:00 2001 From: BluJ Date: Wed, 3 May 2023 13:39:37 -0600 Subject: [PATCH] chore:Remove the dead test --- lib/config/constants.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/config/constants.ts b/lib/config/constants.ts index c098b12..b2e4002 100644 --- a/lib/config/constants.ts +++ b/lib/config/constants.ts @@ -59,4 +59,3 @@ export const smtpConfig = Value.filteredUnion(async ({ effects, utils }) => { }, }), ) -type test = typeof smtpConfig.validator._TYPE