TheDotflow / dotflow-ink

The repository containing the code of the Doflow ink! contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cover all functionality with e2e tests

Szegoo opened this issue · comments

Need to:

  • Add read functions so that the contract storage can be read easily.
  • Cover all of the functions with e2e tests.

There isn't actually a need to cover all of the functionality with e2e tests. The integration tests are sufficient enough.