[jest-circus] Omit expect.hasAssertions()
errors if a test already has errors
#13325
Annotations
4 errors and 3 warnings
undefined#L1
expect(received).toHaveLength(expected)
Expected length: 2
Received length: 3
Received array: [[Error: ruh roh], [Error: not good], [Error: expect.hasAssertions()·
Expected at least one assertion to be called but received none.]]
at Object.toHaveLength (packages/jest-circus/src/legacy-code-todo-rewrite/__tests__/jestAdapterInit.test.ts:40:29)
|
undefined#L1
expect(received).toHaveLength(expected)
Expected length: 2
Received length: 3
Received array: [[Error: ruh roh], [Error: not good], [Error: expect.hasAssertions()·
Expected at least one assertion to be called but received none.]]
at Object.toHaveLength (packages/jest-circus/src/legacy-code-todo-rewrite/__tests__/jestAdapterInit.test.ts:40:29)
|
undefined#L1
expect(received).toHaveLength(expected)
Expected length: 2
Received length: 3
Received array: [[Error: ruh roh], [Error: not good], [Error: expect.hasAssertions()·
Expected at least one assertion to be called but received none.]]
at Object.toHaveLength (packages/jest-circus/src/legacy-code-todo-rewrite/__tests__/jestAdapterInit.test.ts:40:29)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nick-fields/retry@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
|
The logs for this run have expired and are no longer available.
Loading