This repository was archived by the owner on Jan 6, 2026. It is now read-only.
chore(deps): bump react-select from 5.8.0 to 5.10.2 #496
Annotations
3 errors
|
container-test-job (ubuntu:24.10)
Process completed with exit code 1.
|
|
src/__tests__/ci/installPodman.test.ts > Install and Uninstall Podman > Uninstall is successful and returns true:
src/__tests__/ci/installPodman.test.ts#L117
TypeError: .toMatch() expects to receive a string, but got undefined
❯ src/__tests__/ci/installPodman.test.ts:117:27
|
|
src/__tests__/ci/installPodman.test.ts > Install and Uninstall Podman > Install is successful and returns true:
src/__tests__/ci/installPodman.test.ts#L107
AssertionError: expected { Object (error) } to deeply equal true
- Expected:
true
+ Received:
Object {
"error": "Unable to install Podman. User denied granting NiceNode permission.",
}
❯ src/__tests__/ci/installPodman.test.ts:107:29
|