[DO_NOT_MERGE] sync effect (V2) development and testing #3161
Annotations
10 errors
Test 4.0.5:
tests/syncEffect/syncEffect.test.ts#L439
Parameter 'testCase' implicitly has an 'any' type.
|
Test 4.0.5:
tests/syncEffect/syncEffect.test.ts#L817
'promise' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
Test 4.0.5:
tests/syncEffect/syncEffect.test.ts#L818
An expression of type 'void' cannot be tested for truthiness
|
Test 4.0.5:
tests/syncEffect/syncEffect.test.ts#L932
Property 'children' does not exist on type '{}'.
|
Test 4.0.5:
tests/syncEffect/syncEffect.test.ts#L949
'promise' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
Test 4.0.5:
tests/syncEffect/syncEffect.test.ts#L950
An expression of type 'void' cannot be tested for truthiness
|
Test 4.0.5:
tests/syncEffect/syncEffect.ts#L130
Conversion of type 'undefined' to type 'R' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Test 4.0.5:
tests/syncEffect/syncEffect.ts#L166
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
|
Test 4.0.5:
tests/syncEffect/syncEffect.ts#L260
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
|
Test 4.0.5
Process completed with exit code 1.
|
Loading