Skip to content

Fix linter errors

Fix linter errors #331

Triggered via pull request October 3, 2025 13:50
Status Failure
Total duration 2m 28s
Artifacts

pull_request.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

19 errors
linter: integration-tests/common/readme.test.ts#L105
Forbidden non-null assertion
linter: integration-tests/common/readme.test.ts#L95
Forbidden non-null assertion
linter: integration-tests/common/readme.test.ts#L94
Forbidden non-null assertion
linter: integration-tests/common/readme.test.ts#L94
Forbidden non-null assertion
linter: integration-tests/common/readme.test.ts#L88
Forbidden non-null assertion
linter: integration-tests/common/executor.test.ts#L110
Forbidden non-null assertion
linter: integration-tests/common/executor.test.ts#L94
Forbidden non-null assertion
linter: integration-tests/common/executor.test.ts#L84
Forbidden non-null assertion
linter: integration-tests/common/TaskRunnerIntTest.test.ts#L64
Forbidden non-null assertion
linter: integration-tests/common/TaskManager.test.ts#L155
Forbidden non-null assertion
Node.js v20 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v20 - integration:v5 tests
Process completed with exit code 1.
Executor › Should run workflow with http task with asyncComplete true: integration-tests/common/executor.test.ts#L138
expect(received).toContain(expected) // indexOf Expected value: undefined Received array: ["IN_PROGRESS", "SCHEDULED"] at Object.<anonymous> (integration-tests/common/executor.test.ts:138:42)
Node.js v22 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v22 - integration:v5 tests
Process completed with exit code 1.
Executor › Should return workflow status detail: integration-tests/common/executor.test.ts#L97
expect(received).toBe(expected) // Object.is equality Expected: 1 Received: 0 at Object.<anonymous> (integration-tests/common/executor.test.ts:97:42)
Node.js v24 - integration:v5 tests
Failed test were found and 'fail-on-error' option is set to true
Node.js v24 - integration:v5 tests
Process completed with exit code 1.
TaskManager › Should create and run a workflow that sums two numbers: integration-tests/common/readme.test.ts#L115
thrown: "Exceeded timeout of 20000 ms for a test. Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout." at integration-tests/common/readme.test.ts:115:7 at Object.<anonymous> (integration-tests/common/readme.test.ts:8:9)