This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
fix: make imports work with nodenext #1601
Annotations
2 errors and 11 warnings
Run actions/upload-artifact@v4
No files were found with the provided path: e2e-test-result.json. No artifacts will be uploaded.
|
Run tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check source code with eslint:
cli/run.ts#L34
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Check source code with eslint:
cli/run.ts#L38
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Check source code with eslint:
feature-runner/markdown-reporter.ts#L4
Unsafe argument of type `any` assigned to a parameter of type `SuiteResult`
|
Check source code with eslint:
feature-runner/run-features.ts#L87
Unsafe array destructuring of a tuple element with an `any` value
|
Check source code with eslint:
feature-runner/steps/device.ts#L109
Async arrow function has no 'await' expression
|
Check source code with eslint:
feature-runner/steps/device.ts#L166
Unsafe assignment of an `any` value
|
Check source code with eslint:
feature-runner/steps/device.ts#L170
Unsafe call of an `any` typed value
|
Check source code with eslint:
feature-runner/steps/httpApiMock.ts#L80
Unsafe assignment of an `any` value
|
Check source code with eslint:
feature-runner/steps/httpApiMock.ts#L111
Unsafe assignment of an `any` value
|
Check source code with eslint:
feature-runner/steps/httpApiMock.ts#L117
Unsafe assignment of an `any` value
|
Loading