From d50b143c9d0a49c7a0c5af0fe7407a88970b4455 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 26 Oct 2025 12:27:02 -0700 Subject: [PATCH] cough cough --- tests/native.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/native.test.ts b/tests/native.test.ts index 53a30d2..6fb4550 100644 --- a/tests/native.test.ts +++ b/tests/native.test.ts @@ -686,7 +686,6 @@ test("Native function receives Reef function as callback - basic map", async () const result = await vm.run() expect(result.type).toBe('array') if (result.type === 'array') { - console.log(result.value) expect(result.value).toEqual([ toValue(2), toValue(4),