π Context
Currently, the viem package has a set of tests for the converter, but it is not run in the CI. It can be a starting point for hardening the library by gradually adding more tests that make sense.
βοΈ Solution
Add a new turbo task to run the existing set of implemented test cases. Add a GitHub action to run on push to run tests, lint & formatter checks.
π Subtasks
π― Definition of Done
π Context
Currently, the
viempackage has a set of tests for the converter, but it is not run in the CI. It can be a starting point for hardening the library by gradually adding more tests that make sense.βοΈ Solution
Add a new turbo task to run the existing set of implemented test cases. Add a GitHub action to run
on pushto run tests, lint & formatter checks.π Subtasks
on push(e.g. ci.yml, build.yml)π― Definition of Done