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
One of the things that I do often is that I need to re-run a test while making changes.
It'd save me a lot of file switching if we have something similar to ep but for test.
I'd expect the command to re-run the last test that was triggered.
I'm happy to open a PR if you can give me some pointers.
Thanks
The text was updated successfully, but these errors were encountered:
Good idea! I guess it'd be good to check if the testing APIs have a way to do this in a first class way, rather than Conjure having to keep the state somewhere. I'm happy to keep the state of the last test ran, we should just check if there's a built in mechanism to CIDER or something that already does this that we can hook into. I have a feeling there is?
Thank you for the fantastic plugin :)
One of the things that I do often is that I need to re-run a test while making changes.
It'd save me a lot of file switching if we have something similar to
ep
but for test.I'd expect the command to re-run the last test that was triggered.
I'm happy to open a PR if you can give me some pointers.
Thanks
The text was updated successfully, but these errors were encountered: