Fix parameter validation when generating relative URLs to routes with domain parameters #269
Annotations
2 errors and 1 warning
Run npm run test:
tests/js/route.test.js#L810
AssertionError: expected '/users/2?team=1' to be '/users/2' // Object.is equality
- Expected
+ Received
- /users/2
+ /users/2?team=1
❯ tests/js/route.test.js:810:68
|
Run npm run test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading