chore: modernise tooling and reduce package size #7
Annotations
4 errors and 1 warning
tests/account/write.test.ts > Account: Write > should withdraw erc20 balances:
tests/account/write.test.ts#L329
AssertionError: expected 'false' to be 'true' // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/account/write.test.ts:329:21
|
tests/account/write.test.ts > Account: Write > should gaslessly withdraw nativeToken:
tests/account/write.test.ts#L393
AssertionError: expected 0n to be 1n // Object.is equality
- Expected
+ Received
- 1n
+ 0n
❯ tests/account/write.test.ts:393:50
|
tests/account/write.test.ts > Account: Write > should withdraw all native token:
tests/account/write.test.ts#L512
ReferenceError: signer is not defined
❯ tests/account/write.test.ts:512:26
|
coverage
Process completed with exit code 1.
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|