fix(objectContaining): Fixed a bug where ObjectContaining matched with non-object values. #14355
Annotations
5 errors and 2 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
The operation was canceled.
|
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