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),