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 4b3972a commit 38d940aCopy full SHA for 38d940a
src/__test__/index.test.tsx
@@ -25,7 +25,7 @@ it('RunWeb Props js="..."', async () => {
25
expect(tree.props.height).toEqual('100%');
26
expect(tree.props.style).toEqual({ border: 0 });
27
expect(tree.props.srcDoc).toEqual(
28
- `<!DOCTYPE html><html><head></head><body><script type="text/javascript">console.log('hello world!')</script></body></html>`,
+ `<!DOCTYPE html><html><head></head><body></body><script type="text/javascript">console.log('hello world!')</script></html>`,
29
);
30
}
31
});
0 commit comments