## Goal It should be possible to execute any test without depending on another test. Currently tests rely on execution of other tests. ## Todos - [ ] use snapshot feature after contract deployment - [ ] provide a re-usable mint function that needs to be executed in each test-case - [ ] perform a rollback after each test
Goal
It should be possible to execute any test without depending on another test. Currently tests rely on execution of other tests.
Todos