Update jest-environment-jsdom #69
Annotations
4 errors and 1 warning
Run jest --shard=1/20:
packages/test/harness/src/common/unmarshal.spec.js#L28
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Unmarshalling value of object 1`
- Snapshot - 1
+ Received + 1
@@ -1,6 +1,6 @@
- Object {
+ {
"boolean": true,
"null": null,
"number": 123,
"string": "string",
"undefined": undefined,
at Object.toMatchInlineSnapshot (packages/test/harness/src/common/unmarshal.spec.js:28:7)
|
Run jest --shard=1/20:
packages/test/harness/src/common/unmarshal.spec.js#L51
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Unmarshalling value of array 1`
- Snapshot - 1
+ Received + 1
@@ -1,6 +1,6 @@
- Array [
+ [
true,
123,
null,
"string",
undefined,
at Object.toMatchInlineSnapshot (packages/test/harness/src/common/unmarshal.spec.js:51:7)
|
Run jest --shard=1/20:
__tests__/hooks/useRelativeTimeFormatter.js#L27
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `should return relative time for "yue" 1`
- Snapshot - 1
+ Received + 1
@@ -1,6 +1,6 @@
- Array [
+ [
"啱啱",
"啱啱",
"啱啱",
"一分鐘前",
"2 分鐘前",
at toMatchInlineSnapshot (__tests__/hooks/useRelativeTimeFormatter.js:27:18)
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=1/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