chore: move Foundry project to repo root #160
test.yml
on: pull_request
TypeScript Type-Check
18s
NPM Unit Tests
12s
Forge tests w/storage emulation
11s
Forge tests w/RPC mock server
18s
Annotations
11 errors
NPM Unit Tests
Process completed with exit code 1.
|
TypeScript Type-Check:
@hts-forking/src/index.js#L23
Cannot find module '../out/HtsSystemContract.sol/HtsSystemContract.json' or its corresponding type declarations.
|
TypeScript Type-Check:
@hts-forking/test/getHtsStorageAt.test.js#L74
Cannot find module '../out/HtsSystemContract.sol/HtsSystemContract.json' or its corresponding type declarations.
|
TypeScript Type-Check:
@hts-forking/test/storageLayout.test.js#L21
Cannot find module '../out/HtsSystemContract.sol/HtsSystemContract.json' or its corresponding type declarations.
|
TypeScript Type-Check:
@hts-forking/test/storageLayout.test.js#L25
Parameter 'slot' implicitly has an 'any' type.
|
TypeScript Type-Check:
@hts-forking/test/storageLayout.test.js#L34
Binding element 'label' implicitly has an 'any' type.
|
TypeScript Type-Check:
@hts-forking/test/storageLayout.test.js#L34
Binding element 'offset' implicitly has an 'any' type.
|
TypeScript Type-Check:
@hts-forking/test/storageLayout.test.js#L34
Binding element 'slot' implicitly has an 'any' type.
|
TypeScript Type-Check:
@hts-forking/test/storageLayout.test.js#L34
Binding element 'type' implicitly has an 'any' type.
|
TypeScript Type-Check
Process completed with exit code 2.
|
Forge tests w/RPC mock server
Process completed with exit code 1.
|