From b6dbe1e256948293fd95a11740f68da7361e652b Mon Sep 17 00:00:00 2001 From: Marvin Hagemeister Date: Tue, 27 Aug 2024 10:48:15 +0200 Subject: chore: ignore lint warning in test (#25234) Noticed this when working on another PR. The test code predates the addition of our `no-console` rule. --- tests/unit/process_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit') diff --git a/tests/unit/process_test.ts b/tests/unit/process_test.ts index 111b18421..799c8d12c 100644 --- a/tests/unit/process_test.ts +++ b/tests/unit/process_test.ts @@ -397,6 +397,7 @@ Deno.test( assertStringIncludes(text, "error"); assertStringIncludes(text, "output"); + // deno-lint-ignore no-console console.log("finished tgis test"); }, ); -- cgit v1.2.3