We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e244a8 commit 208e855Copy full SHA for 208e855
src/__test__/index.test.tsx
@@ -5,7 +5,6 @@ import RunWeb from '../';
5
it('Should output a RunWeb', async () => {
6
const component = TestRenderer.create(<RunWeb />);
7
let tree = component.toJSON();
8
- console.log('tree:', tree);
9
if (tree && !Array.isArray(tree)) {
10
expect(tree.type).toEqual('iframe');
11
expect(tree.props.title).toEqual('Demo Title');
0 commit comments