Update jest-environment-jsdom #69
Annotations
3 errors and 1 warning
Run jest --shard=8/20:
__tests__/telemetry.js#L40
expect(received).resolves.toMatchInlineSnapshot(snapshot)
Snapshot name: `telemetry should collect "init" event 1`
- Snapshot - 3
+ Received + 3
@@ -1,9 +1,9 @@
- Array [
- Object {
+ [
+ {
"data": null,
- "dimensions": Object {
+ "dimensions": {
"capability:downscaleImage:workerType": "web worker",
"capability:renderer": "html",
"prop:locale": "en-US",
"prop:speechRecognition": "false",
"prop:speechSynthesis": "false",
at Object.toMatchInlineSnapshot (node_modules/expect/build/index.js:174:22)
at toMatchInlineSnapshot (__tests__/telemetry.js:40:16)
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=8/20:
__tests__/hooks/useGrammars.js#L13
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `getter should return grammars set in props 1`
- Snapshot - 1
+ Received + 1
- Array [
+ [
"Tuen Mun",
"Yuen Long",
]
at toMatchInlineSnapshot (__tests__/hooks/useGrammars.js:13:20)
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=8/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