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
Elm-test is moving towards allowing you to place your tests next to the code they test and having the runner be able to find and run all the tests in a particular Elm module.
This might be a nice approach for benchmarks to take too. Colocating benchmarks with tests would allow you to easily run the benchmarks relevant to what you're doing, by pointing some hypothetical benchmark runner tool to the Elm module you changed.
The text was updated successfully, but these errors were encountered:
Elm-test is moving towards allowing you to place your tests next to the code they test and having the runner be able to find and run all the tests in a particular Elm module.
This might be a nice approach for benchmarks to take too. Colocating benchmarks with tests would allow you to easily run the benchmarks relevant to what you're doing, by pointing some hypothetical benchmark runner tool to the Elm module you changed.
The text was updated successfully, but these errors were encountered: