Remove test-scenarios file
lalexgap opened this issue · 0 comments
lalexgap commented
Test data is generated in two places:
https://github.com/magmo/apps/blob/master/packages/wallet/src/domain/commitments/__tests__/index.ts
and
https://github.com/magmo/apps/blob/master/packages/wallet/src/redux/__tests__/test-scenarios.ts
The first has the benefit of being able to specify the commitment data, with sensible defaults.
We should remove the second file, and adjust protocol scenarios that depend on it.