Update jest-environment-jsdom #69
Annotations
3 errors and 1 warning
Run jest --shard=13/20:
__tests__/upload.js#L59
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `upload a picture 1`
- Snapshot - 10
+ Received + 10
@@ -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",
@@ -13,13 +13,13 @@
"fatal": null,
"name": "init",
"type": "event",
"value": null,
},
- Object {
+ {
"data": null,
- "dimensions": Object {
+ "dimensions": {
"capability:downscaleImage:workerType": "web worker",
"capability:renderer": "html",
"prop:locale": "en-US",
"prop:speechRecognition": "false",
"prop:speechSynthesis": "false",
@@ -29,13 +29,13 @@
"fatal": null,
"name": "sendFiles:makeThumbnail",
"type": "timingstart",
"value": null,
},
- Object {
+ {
"data": null,
- "dimensions": Object {
+ "dimensions": {
"capability:downscaleImage:workerType": "web worker",
"capability:renderer": "html",
"prop:locale": "en-US",
"prop:speechRecognition": "false",
"prop:speechSynthesis": "false",
@@ -45,16 +45,16 @@
"fatal": null,
"name": "sendFiles:makeThumbnail",
"type": "timingend",
"value": null,
},
- Object {
- "data": Object {
+ {
+ "data": {
"numFiles": 1,
"sumSizeInKB": 379,
},
- "dimensions": Object {
+ "dimensions": {
"capability:downscaleImage:workerType": "web worker",
"capability:renderer": "html",
"prop:locale": "en-US",
"prop:speechRecognition": "false",
"prop:speechSynthesis": "false",
at toMatchInlineSnapshot (__tests__/upload.js:59:35)
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=13/20:
__tests__/hooks/useAdaptiveCardsPackage.js#L19
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `getter should return Adaptive Cards package set in props 1`
- Snapshot - 1
+ Received + 1
- Object {
+ {
"__DUMMY__": 0,
}
at toMatchInlineSnapshot (__tests__/hooks/useAdaptiveCardsPackage.js:19:32)
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=13/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