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
I love using hspec/sensei to get the time between save and getting the failing test case down to a second or two (with a few additional tricks, admittedly). the idea is simple enough: ghcid runs in the background and watches the sources of your project, reloads on change, and feeds the output to a unix domain socket where you can fetch it into your IDE.
Is anybody working on something like that for tasty?
The text was updated successfully, but these errors were encountered:
Ah, thanks for the reference. I also thought of a work-around I like: you can write an hspec wrapper around the tasty test suite and use sensei on that.
I love using hspec/sensei to get the time between save and getting the failing test case down to a second or two (with a few additional tricks, admittedly). the idea is simple enough: ghcid runs in the background and watches the sources of your project, reloads on change, and feeds the output to a unix domain socket where you can fetch it into your IDE.
Is anybody working on something like that for tasty?
The text was updated successfully, but these errors were encountered: