From 52d0cabd9b88ac5d6cf958b9ff5d54ffb8b32441 Mon Sep 17 00:00:00 2001 From: MohammadSu1 Date: Fri, 8 Nov 2024 20:31:48 +0200 Subject: [PATCH] Modify the output of the test to fit the expected --- tests/specs/fmt_errors/a.cts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/specs/fmt_errors/a.cts b/tests/specs/fmt_errors/a.cts index ff2beea9ed..636d99af3a 100644 --- a/tests/specs/fmt_errors/a.cts +++ b/tests/specs/fmt_errors/a.cts @@ -1,6 +1,5 @@ function add(num1, num2) { const result = num1 + num2; - console.log(result); return result; }