Update jest-environment-jsdom #69
Annotations
3 errors and 1 warning
Run jest --shard=2/20:
__tests__/hooks/useRenderMarkdownAsHTML.js#L43
expect(received).resolves.toMatchInlineSnapshot(snapshot)
Snapshot name: `renderMarkdown should add accessibility text for external links 1`
- Snapshot - 1
+ Received + 1
- "<p>Click <a href=\"https://aka.ms/\" aria-label=\"here Opens in a new window; external.\" rel=\"noopener noreferrer\" target=\"_blank\">here<img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt class=\"webchat__render-markdown__external-link-icon\" title=\"Opens in a new window; external.\" /></a> to find out more.</p>
+ "<p>Click <a href="https://aka.ms/" aria-label="here Opens in a new window; external." rel="noopener noreferrer" target="_blank">here<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt class="webchat__render-markdown__external-link-icon" title="Opens in a new window; external." /></a> to find out more.</p>
"
at Object.toMatchInlineSnapshot (node_modules/expect/build/index.js:174:22)
at toMatchInlineSnapshot (__tests__/hooks/useRenderMarkdownAsHTML.js:43:14)
at tryCatch (node_modules/@babel/runtime/helpers/regeneratorRuntime.js:86:17)
at Generator._invoke (node_modules/@babel/runtime/helpers/regeneratorRuntime.js:66:24)
at Generator.next (node_modules/@babel/runtime/helpers/regeneratorRuntime.js:117:21)
at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
|
Run jest --shard=2/20:
__tests__/hooks/useRenderMarkdownAsHTML.js#L54
expect(received).resolves.toMatchInlineSnapshot(snapshot)
Snapshot name: `renderMarkdown should add accessibility text for external links with yue 1`
- Snapshot - 1
+ Received + 1
- "<p>Click <a href=\"https://aka.ms/\" aria-label=\"here 喺新嘅視窗開啟外部連結。\" rel=\"noopener noreferrer\" target=\"_blank\">here<img src=\"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\" alt class=\"webchat__render-markdown__external-link-icon\" title=\"喺新嘅視窗開啟外部連結。\" /></a> to find out more.</p>
+ "<p>Click <a href="https://aka.ms/" aria-label="here 喺新嘅視窗開啟外部連結。" rel="noopener noreferrer" target="_blank">here<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt class="webchat__render-markdown__external-link-icon" title="喺新嘅視窗開啟外部連結。" /></a> to find out more.</p>
"
at Object.toMatchInlineSnapshot (node_modules/expect/build/index.js:174:22)
at toMatchInlineSnapshot (__tests__/hooks/useRenderMarkdownAsHTML.js:54:14)
at tryCatch (node_modules/@babel/runtime/helpers/regeneratorRuntime.js:86:17)
at Generator._invoke (node_modules/@babel/runtime/helpers/regeneratorRuntime.js:66:24)
at Generator.next (node_modules/@babel/runtime/helpers/regeneratorRuntime.js:117:21)
at asyncGeneratorStep (node_modules/@babel/runtime/helpers/asyncToGenerator.js:3:24)
at _next (node_modules/@babel/runtime/helpers/asyncToGenerator.js:25:9)
|
Run jest --shard=2/20
Process completed with exit code 1.
|
Upload test snapshot diffs
No files were found with the provided path: ./__tests__/__image_snapshots__/*/__diff_output__/*. No artifacts will be uploaded.
|
The logs for this run have expired and are no longer available.
Loading