Skip to content

fix(joinRelativeURL): avoid lookbehind regex for browser compatibility #854

fix(joinRelativeURL): avoid lookbehind regex for browser compatibility

fix(joinRelativeURL): avoid lookbehind regex for browser compatibility #854

Triggered via pull request March 20, 2024 11:14
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test/join.test.ts > joinRelativeURL > joinRelativeURL("//google.com/", "./foo", "/bar") === "//google.com/foo/bar": test/join.test.ts#L61
AssertionError: expected '/google.com/foo/bar' to be '//google.com/foo/bar' // Object.is equality - Expected + Received - //google.com/foo/bar + /google.com/foo/bar ❯ test/join.test.ts:61:57
ci
Process completed with exit code 1.
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.