ipfs-shipyard / ignite-metrics

Metrics consent and client provider library for ipfs/ipfs-gui team (i.e. IPFS Ignite). See ipfs/ipfs-gui#129 for more details
Other
3 stars 3 forks source link

[Enhancement] More info in failing tests. #130

Open whizzzkid opened 1 year ago

whizzzkid commented 1 year ago

While debugging #129 the test suite did not give enough info on what calls were failing, the final fixes were added in:

This could have been simpler if the test runner reported the call order in the failure scenario.

### Tasks
- [ ] Add call index count on what actually failed. `call #3 did not have proper args:`
- [ ] optionally Add stack trace on other calls in progress.