Skip to content

feat: add new regex routing #5801

feat: add new regex routing

feat: add new regex routing #5801

Triggered via pull request April 27, 2024 15:40
Status Failure
Total duration 5m 41s
Artifacts

ci.yml

on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: edge-release
Fit to window
Zoom out
Zoom in

Annotations

5 errors
specs/routing/prefix-and-default.spec.ts > localePath > route strategy: prefix_and_default > should be worked: specs/routing/routing-tests.ts#L53
AssertionError: expected '/en/path/as%20a%20test?foo=bar+sentence' to deeply equal '/en/path/as a test?foo=bar+sentence' - Expected + Received - /en/path/as a test?foo=bar+sentence + /en/path/as%20a%20test?foo=bar+sentence ❯ Module.localePathTests specs/routing/routing-tests.ts:53:71 ❯ specs/routing/prefix-and-default.spec.ts:21:7
specs/routing/prefix-and-default.spec.ts > localePath > route strategy: prefix_and_default > should be worked: specs/routing/routing-tests.ts#L53
AssertionError: expected '/en/path/as%20a%20test?foo=bar+sentence' to deeply equal '/en/path/as a test?foo=bar+sentence' - Expected + Received - /en/path/as a test?foo=bar+sentence + /en/path/as%20a%20test?foo=bar+sentence ❯ Module.localePathTests specs/routing/routing-tests.ts:53:71 ❯ specs/routing/prefix-and-default.spec.ts:21:7
specs/routing/prefix-except-default.spec.ts > localePath > route strategy: prefix_except_default > should be worked: specs/routing/routing-tests.ts#L53
AssertionError: expected '/en/path/as%20a%20test?foo=bar+sentence' to deeply equal '/en/path/as a test?foo=bar+sentence' - Expected + Received - /en/path/as a test?foo=bar+sentence + /en/path/as%20a%20test?foo=bar+sentence ❯ Module.localePathTests specs/routing/routing-tests.ts:53:71 ❯ specs/routing/prefix-except-default.spec.ts:20:7
specs/routing/prefix-except-default.spec.ts > localePath > route strategy: prefix_except_default > should be worked: specs/routing/routing-tests.ts#L53
AssertionError: expected '/en/path/as%20a%20test?foo=bar+sentence' to deeply equal '/en/path/as a test?foo=bar+sentence' - Expected + Received - /en/path/as a test?foo=bar+sentence + /en/path/as%20a%20test?foo=bar+sentence ❯ Module.localePathTests specs/routing/routing-tests.ts:53:71 ❯ specs/routing/prefix-except-default.spec.ts:20:7
Test on Node.js 18
Process completed with exit code 1.