From 6136dce6643252958c81ffab29b3c201f20c4c79 Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Mon, 26 Feb 2024 10:06:59 +0100 Subject: [PATCH] Fix typecheck --- __tests__/validate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/validate.ts b/__tests__/validate.ts index cff623b..ea15b81 100644 --- a/__tests__/validate.ts +++ b/__tests__/validate.ts @@ -73,7 +73,7 @@ test("with invalid env variables", () => { BAZ: "baz", QUX: "c", QUUX: "swan.io", - FRED: 72000, + FRED: "72000", THUD: "john-doe.com", };