Skip to content

Commit

Permalink
test: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 7, 2023
1 parent 3e244a8 commit 208e855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__test__/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import RunWeb from '../';
it('Should output a RunWeb', async () => {
const component = TestRenderer.create(<RunWeb />);
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');
Expand Down

0 comments on commit 208e855

Please sign in to comment.