Skip to content

Commit 208e855

Browse files
committed
test: remove log
1 parent 3e244a8 commit 208e855

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__test__/index.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import RunWeb from '../';
55
it('Should output a RunWeb', async () => {
66
const component = TestRenderer.create(<RunWeb />);
77
let tree = component.toJSON();
8-
console.log('tree:', tree);
98
if (tree && !Array.isArray(tree)) {
109
expect(tree.type).toEqual('iframe');
1110
expect(tree.props.title).toEqual('Demo Title');

0 commit comments

Comments
 (0)