fix(joinRelativeURL): handle base with protocol #840
Annotations
3 errors and 1 warning
Run pnpm vitest --coverage:
test/join.test.ts#L32
AssertionError: expected 'https://google.com/../foo' to be 'https://google.com/foo' // Object.is equality
- Expected
+ Received
- https://google.com/foo
+ https://google.com/../foo
β― test/join.test.ts:32:46
|
Run pnpm vitest --coverage:
test/join.test.ts#L57
AssertionError: expected 'foo' to be 'https://google.com/foo' // Object.is equality
- Expected
+ Received
- https://google.com/foo
+ foo
β― test/join.test.ts:57:57
|
Run pnpm vitest --coverage
Process completed with exit code 1.
|
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/.
|
Loading