fix: on-enter key submit validation [WTEL-4384] #7
Annotations
2 errors and 1 warning
src/store/modules/auth/__tests__/auth.spec.js > auth store > ON_AUTH_SUCCESS redirects to route redirect with accessToken:
src/store/modules/auth/__tests__/auth.spec.js#L100
AssertionError: expected '' to be '/redirect?query=vi&accessToken=vi' // Object.is equality
- Expected
+ Received
- /redirect?query=vi&accessToken=vi
❯ src/store/modules/auth/__tests__/auth.spec.js:100:34
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|