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 c77550a commit cc94008Copy full SHA for cc94008
packages/examples/packages/images/src/index.test.tsx
@@ -39,7 +39,9 @@ describe('onRpcRequest', () => {
39
40
expect(ui).toRender(
41
<Box>
42
- <Text>The following is a QR code for the data "Hello, world!":</Text>
+ <Text>
43
+ The following is a QR code for the data "{'Hello, world!'}":
44
+ </Text>
45
<Image src={renderSVG('Hello, world!')} />
46
</Box>,
47
);
0 commit comments