chore: enable noImplicitAny
#581
Annotations
2 errors and 1 warning
runWithConcurrency › should not run task after reject:
src/tools/runWithConcurrency.ts#L12
expect(received).rejects.toThrowError(expected)
Expected message: "test"
Received message: "Cannot read properties of undefined (reading 'then')"
10 |
11 | const run = (): void => {
> 12 | const index = tasks.length - forRun.length
| ^
13 | const next = forRun.shift()
14 | if (next) {
15 | next()
at run (src/tools/runWithConcurrency.ts:12:21)
at src/tools/runWithConcurrency.ts:22:15
at Object.toThrowError (../../node_modules/expect/build/index.js:210:22)
at Object.<anonymous> (test/tools/runWithConcurrency.test.ts:59:15)
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|