You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2025. It is now read-only.
The implicit Diff instances were not recognized by matchTo matcher.
Is there any best practices of how to summon implicit Diffs defined in a common trait/lib?
I would like to define common
Diffinstances to be used in multiple test suites.However, when defined something like:
and mixed in test suite:
The implicit
Diffinstances were not recognized bymatchTomatcher.Is there any best practices of how to summon implicit
Diffs defined in a common trait/lib?cc @galtoren