remove endless loops from tests #469
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
examples/integration-scripts/modules/bip39_shim.ts#L14
Unexpected any. Specify a different type
|
examples/integration-scripts/modules/bip39_shim.ts#L136
'_' is assigned a value but never used
|
examples/integration-scripts/multisig.test.ts#L32
'aid4' is never reassigned. Use 'const' instead
|
examples/integration-scripts/multisig.test.ts#L953
'op3' is assigned a value but never used
|
examples/integration-scripts/multisig.test.ts#L955
'op4' is assigned a value but never used
|
examples/integration-scripts/singlesig-ixn.test.ts#L26
Unexpected any. Specify a different type
|
examples/integration-scripts/singlesig-rot.test.ts#L28
Unexpected any. Specify a different type
|
examples/integration-scripts/utils/test-setup.ts#L80
Unexpected any. Specify a different type
|
examples/integration-scripts/utils/test-setup.ts#L99
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
examples/integration-scripts/utils/test-setup.ts#L105
'op' is assigned a value but never used
|
The logs for this run have expired and are no longer available.
Loading