Skip to content

0.0.8 - fix empty Blob URL and invalid byte range #88

0.0.8 - fix empty Blob URL and invalid byte range

0.0.8 - fix empty Blob URL and invalid byte range #88

Triggered via push November 19, 2025 17:46
Status Failure
Total duration 5m 3s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test-browsers
Process completed with exit code 1.
tests/url.test.ts > using withNodeWorkaround: null > parseURL > throws on empty Blob URL, with browser, without withNodeWorkaround: tests/url.test.ts#L379
AssertionError: promise resolved "{ value: undefined, done: true }" instead of rejecting - Expected + Received - Error { - "message": "rejected promise", + { + "done": true, + "value": undefined, } ❯ tests/url.test.ts:379:12
tests/url.test.ts > using withNodeWorkaround: false > parseURL > throws on empty Blob URL, with browser, without withNodeWorkaround: tests/url.test.ts#L379
AssertionError: promise resolved "{ value: undefined, done: true }" instead of rejecting - Expected + Received - Error { - "message": "rejected promise", + { + "done": true, + "value": undefined, } ❯ tests/url.test.ts:379:12
tests/url.test.ts > using withNodeWorkaround: null > parseURL > throws on empty Blob URL, with browser, without withNodeWorkaround: tests/url.test.ts#L379
AssertionError: promise resolved "{ value: undefined, done: true }" instead of rejecting - Expected + Received - Error { - "message": "rejected promise", + { + "done": true, + "value": undefined, } ❯ tests/url.test.ts:379:36
tests/url.test.ts > using withNodeWorkaround: false > parseURL > throws on empty Blob URL, with browser, without withNodeWorkaround: tests/url.test.ts#L379
AssertionError: promise resolved "{ value: undefined, done: true }" instead of rejecting - Expected + Received - Error { - "message": "rejected promise", + { + "done": true, + "value": undefined, } ❯ tests/url.test.ts:379:36