diff --git a/src/__test__/index.test.tsx b/src/__test__/index.test.tsx index de28c76..ac6ae54 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');