SporosDAO / sweat-token

Sweat Token code and resources - Sweat Equity Vault for DAOs
https://app.sporosdao.xyz
Apache License 2.0
18 stars 16 forks source link

90% code coverage via test automation #80

Open ivelin opened 2 years ago

ivelin commented 2 years ago

Problem

Without automated regression testing, it is near impossible to know when new code meant to add features or fix bugs breaks other parts of the app.

Desired solution

Implement test automation with coverage of contracts, backend and front end. Ideally we would have unit, component, integration and e2e tests for optimal quality assurance.

ivelin commented 1 year ago

Currently at 20% frontend coverage after #153 Contracts are at 100% coverage