feat: add tests for auction and voting example contracts #66
pr.yml
on: pull_request
Build @algorandfoundation/algorand-typescript-testing
/
node-ci
3m 41s
Annotations
1 error and 13 warnings
Build @algorandfoundation/algorand-typescript-testing / node-ci
Process completed with exit code 1.
|
Build @algorandfoundation/algorand-typescript-testing / node-ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
Build @algorandfoundation/algorand-typescript-testing / node-ci:
src/value-generators/avm.ts#L42
Replace `.fill(0).map(()·=>·Math.random().toString(36).substring(2)).join('')` with `⏎······.fill(0)⏎······.map(()·=>·Math.random().toString(36).substring(2))⏎······.join('')⏎······`
|
|
|
|
|
|
|
Build @algorandfoundation/algorand-typescript-testing / node-ci:
examples/voting/contract.spec.ts#L23
Replace `...Array(13).fill(0).map((_,·i)·=>·new·UintN8(i))` with `⏎······...Array(13)⏎········.fill(0)⏎········.map((_,·i)·=>·new·UintN8(i)),⏎····`
|
Build @algorandfoundation/algorand-typescript-testing / node-ci:
examples/voting/contract.spec.ts#L26
Replace `⏎······voteId,⏎······snapshotPublicKey,⏎······metadataIpfsCid,⏎······startTime,⏎······endTime,⏎······optionCounts,⏎······quorum,⏎·····` with `voteId,·snapshotPublicKey,·metadataIpfsCid,·startTime,·endTime,·optionCounts,·quorum,`
|
Build @algorandfoundation/algorand-typescript-testing / node-ci:
examples/voting/contract.spec.ts#L49
Replace `"00"` with `'00'`
|
|