Update jest-environment-jsdom #69
Annotations
7 errors and 1 warning
Run jest --shard=10/20:
__tests__/hooks/useTrackDimension.js#L54
expect(received).resolves.toMatchInlineSnapshot(snapshot)
Snapshot name: `useTrackDimension should track string dimension 1`
- Snapshot - 5
+ Received + 5
@@ -1,9 +1,9 @@
- Array [
- Object {
+ [
+ {
"data": null,
- "dimensions": Object {
+ "dimensions": {
"capability:downscaleImage:workerType": "web worker",
"capability:renderer": "html",
"hello": "aloha",
"prop:locale": "en-US",
"prop:speechRecognition": "false",
@@ -12,13 +12,13 @@
"duration": null,
"error": null,
"name": "ping",
"type": "event",
},
- 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__/hooks/useTrackDimension.js:54: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=10/20:
__tests__/hooks/useTrackDimension.js#L95
expect(received).resolves.toMatchInlineSnapshot(snapshot)
Snapshot name: `useTrackDimension should not track invalid dimension name 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__/hooks/useTrackDimension.js:95: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=10/20:
__tests__/hooks/useTrackDimension.js#L121
expect(received).resolves.toMatchInlineSnapshot(snapshot)
Snapshot name: `useTrackDimension should not track invalid dimension value 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__/hooks/useTrackDimension.js:121: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=10/20:
packages/test/harness/src/common/marshal.spec.js#L9
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Marshalling value of error 1`
- Snapshot - 1
+ Received + 1
- Object {
+ {
"__type": "error",
"message": "message",
"stack": "stack",
}
at Object.toMatchInlineSnapshot (packages/test/harness/src/common/marshal.spec.js:9:28)
|
Run jest --shard=10/20:
packages/test/harness/src/common/marshal.spec.js#L28
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Marshalling value of object 1`
- Snapshot - 3
+ Received + 3
- Object {
+ {
"boolean": true,
- "error": Object {
+ "error": {
"__type": "error",
"message": "message",
"stack": "stack",
},
"null": null,
"number": 123,
"string": "string",
- "undef": Object {
+ "undef": {
"__type": "undefined",
},
}
at Object.toMatchInlineSnapshot (packages/test/harness/src/common/marshal.spec.js:28:7)
|
Run jest --shard=10/20:
packages/test/harness/src/common/marshal.spec.js#L48
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Marshalling value of array 1`
- Snapshot - 3
+ Received + 3
- Array [
+ [
true,
- Object {
+ {
"__type": "error",
"message": "message",
"stack": "stack",
},
123,
null,
"string",
- Object {
+ {
"__type": "undefined",
},
]
at Object.toMatchInlineSnapshot (packages/test/harness/src/common/marshal.spec.js:48:68)
|
Run jest --shard=10/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