[Snyk] Upgrade winston from 3.11.0 to 3.12.0 #52
Annotations
3 errors and 1 warning
bulkIndexByChunks › Should slice the body into chunks and send each as a separate request:
src/indexation/__tests__/bulkIndex.test.ts#L57
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 2
Received number of calls: 1
at indexation/__tests__/bulkIndex.test.ts:57:26
at fulfilled (indexation/__tests__/bulkIndex.test.ts:5:58)
|
bulkIndexByChunks › Should wait for all promises to resolve if there were concurrent requests:
src/indexation/__tests__/bulkIndex.test.ts#L98
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 4
Received number of calls: 1
at indexation/__tests__/bulkIndex.test.ts:98:26
at fulfilled (indexation/__tests__/bulkIndex.test.ts:5:58)
|
search
Process completed with exit code 1.
|
search
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|