fix(objectContaining): Fixed a bug where ObjectContaining matched with non-object values. #14355
Annotations
4 errors and 3 warnings
run tests:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: ObjectNotContaining {"_shouldNotExist": [Function anything]}
Received: "object"
at Object.toEqual (packages/jest-worker/src/__tests__/index.test.ts:143:24)
|
run tests:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: ObjectNotContaining {"_shouldNotExist": [Function anything]}
Received: "object"
at Object.toEqual (packages/jest-worker/src/__tests__/index.test.ts:143:24)
|
run tests:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: ObjectNotContaining {"_shouldNotExist": [Function anything]}
Received: "object"
at Object.toEqual (packages/jest-worker/src/__tests__/index.test.ts:143:24)
|
run tests
Final attempt failed. Child_process exited with error code 1
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run tests
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading