Keycloak crud user management #122
test-lib-api-client.yml
on: pull_request
test-lib-api-client
33s
Annotations
3 errors and 1 warning
test/UserForm.test.ts > contracts > given the contracts have valid values filled > should parse UserForm:
packages/mern-sample-app/lib-api-client/test/UserForm.test.ts#L16
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/UserForm.test.ts:16:30
|
test/UserForm.test.ts > contracts > given the contracts have valid values filled > should not parse UserForm:
packages/mern-sample-app/lib-api-client/test/UserForm.test.ts#L28
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/UserForm.test.ts:28:30
|
test-lib-api-client
Process completed with exit code 1.
|
test-lib-api-client
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|