feat: support waffle js test #11
test.yml
on: pull_request
TypeScript Type-Check
10s
NPM Unit Tests
7s
Forge tests w/storage emulation
11s
Forge tests w/RPC mock server
11s
Annotations
12 errors
TypeScript Type-Check:
scripts/json-rpc-mock.js#L11
Cannot find module '@hashgraph/hedera-forking' or its corresponding type declarations.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L168
Cannot find module '@hashgraph/hedera-forking' or its corresponding type declarations.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L170
Parameter 'tokenId' implicitly has an 'any' type.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L175
Parameter 'idOrAliasOrEvmAddress' implicitly has an 'any' type.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L178
Parameter 'tokenId' implicitly has an 'any' type.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L178
Parameter 'accountId' implicitly has an 'any' type.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L184
Parameter 'accountId' implicitly has an 'any' type.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L184
Parameter 'tokenId' implicitly has an 'any' type.
|
TypeScript Type-Check:
scripts/json-rpc-mock.js#L184
Parameter 'spenderId' implicitly has an 'any' type.
|
TypeScript Type-Check:
test/getHtsCode.test.js#L3
Cannot find module '@hashgraph/hedera-forking' or its corresponding type declarations.
|
NPM Unit Tests
Process completed with exit code 1.
|
Forge tests w/RPC mock server
Process completed with exit code 1.
|