Skip to content

fix(vitest): updated exludes #68

fix(vitest): updated exludes

fix(vitest): updated exludes #68

Triggered via push January 12, 2025 14:08
Status Failure
Total duration 24s
Artifacts

feature.yml

on: push
Matrix: Install
Matrix: SonarCloud
Fit to window
Zoom out
Zoom in

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/operators/src/log.js#L4
'tap' is defined but never used