Is there a way to run the tests with multiple vers...
# general
s
Is there a way to run the tests with multiple versions of a dependencies? 🤔
c
I imagine if you have multiple resolves, you could parametrize your tests over those, so you would have one test target per resolve per test file.
âž• 1