From 208e8556fa70ecd43619fb1f582ae8413f5cfa02 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 7 Dec 2023 11:52:48 +0800 Subject: [PATCH] test: remove log --- src/__test__/index.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/__test__/index.test.tsx b/src/__test__/index.test.tsx index de28c76c..ac6ae546 100644 --- a/src/__test__/index.test.tsx +++ b/src/__test__/index.test.tsx @@ -5,7 +5,6 @@ import RunWeb from '../'; it('Should output a RunWeb', async () => { const component = TestRenderer.create(); let tree = component.toJSON(); - console.log('tree:', tree); if (tree && !Array.isArray(tree)) { expect(tree.type).toEqual('iframe'); expect(tree.props.title).toEqual('Demo Title');