fix(transfer): optimized stats workflow #71
Annotations
2 errors and 11 warnings
src/blob.test.js > blob > blob to (auto detect):
packages/operators/src/blob.test.js#L12
AssertionError: expected [ { frame: +0, …(1) } ] to deeply equal [ { frame: +0, …(1) }, …(4) ]
- Expected
+ Received
Array [
Object {
"frame": 0,
"notification": Object {
- "error": undefined,
- "kind": "N",
- "value": "hello world",
- },
- },
- Object {
- "frame": 2,
- "notification": Object {
- "error": undefined,
- "kind": "N",
- "value": Object {
- "foo": "bar",
- },
- },
- },
- Object {
- "frame": 4,
- "notification": Object {
- "error": undefined,
- "kind": "N",
- "value": XMLDocument {
- "onabort": null,
- "onanimationend": null,
- "onanimationiteration": null,
- "onanimationstart": null,
- "onauxclick": null,
- "onbeforecopy": null,
- "onbeforecut": null,
- "onbeforeinput": null,
- "onbeforematch": null,
- "onbeforepaste": null,
- "onbeforexrselect": null,
- "onblur": null,
- "oncancel": null,
- "oncanplay": null,
- "oncanplaythrough": null,
- "onchange": null,
- "onclick": null,
- "onclose": null,
- "oncontextlost": null,
- "oncontextmenu": null,
- "oncontextrestored": null,
- "oncopy": null,
- "oncuechange": null,
- "oncut": null,
- "ondblclick": null,
- "ondrag": null,
- "ondragend": null,
- "ondragenter": null,
- "ondragleave": null,
- "ondragover": null,
- "ondragstart": null,
- "ondrop": null,
- "ondurationchange": null,
- "onemptied": null,
- "onended": null,
- "onerror": null,
- "onfocus": null,
- "onformdata": null,
- "onfreeze": null,
- "onfullscreenchange": null,
- "onfullscreenerror": null,
- "ongotpointercapture": null,
- "oninput": null,
- "oninvalid": null,
- "onkeydown": null,
- "onkeypress": null,
- "onkeyup": null,
- "onload": null,
- "onloadeddata": null,
- "onloadedmetadata": null,
- "onloadstart": null,
- "onlostpointercapture": null,
- "onmousedown": null,
- "onmouseenter": null,
- "onmouseleave": null,
- "onmousemove": null,
- "onmouseout": null,
- "onmouseover": null,
- "onmouseup": null,
- "onmousewheel": null,
- "onpaste": null,
- "onpause": null,
- "onplay": null,
- "onplaying": null,
- "onpointercancel": null,
- "onpointerdown": null,
- "onpointerenter": null,
- "onpointerleave": null,
- "onpointerlockchange": null,
- "onpointerlockerror": null,
- "onpointermove": null,
- "onpointerout": null,
- "onpointerover": null,
- "onpointerrawupdate": null,
- "onpointerup": null,
- "onprogress": null,
- "onratechange": null,
- "onreadystatechange": null,
- "onreset": null,
- "onresize": null,
- "onresume": null,
- "onscroll": null,
- "onsearch": null,
- "onsecuritypolicyviolation": null,
- "onseeked": null,
- "onseeking": null,
- "onselect": null,
- "onselectionchange": null,
- "onselectstart": null,
- "onslotchange": null,
- "onstalled": null,
- "onsubmit": null,
- "onsuspend": null,
- "ontimeupdate": null,
- "ontoggle": null,
- "ontransitioncancel": null,
- "ontransitionend": null,
- "ontransitionrun": null,
- "ontransitionstart": null,
- "onvisibilitychange": null,
- "onvolumechange": null,
- "onwaiting": null,
- "onwebkitanimationend": null,
- "onwebkitanimationiteration": null,
- "onwebkitanimationstart": null,
- "onwebkitfullscreenchange": null,
- "onwebkitfullscreenerror": null,
- "onwebkittransitionend": null,
- "o
|
Install (ubuntu-latest, 20)
Process completed with exit code 1.
|
Install (ubuntu-latest, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install (ubuntu-latest, 20):
packages/mocks/Date.js#L3
'testScheduler' is defined but never used
|
Install (ubuntu-latest, 20):
packages/operators/src/log.js#L4
'tap' is defined but never used
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L182
Unexpected console statement
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L183
Unexpected console statement
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L188
Unexpected console statement
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L189
Unexpected console statement
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L210
Unexpected console statement
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L213
Unexpected console statement
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L216
Unexpected console statement
|
Install (ubuntu-latest, 20):
packages/operators/src/request.test.js#L219
Unexpected console statement
|