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
Assuming this isn't already a thing - I couldn't see it anywhere?
It's possible to do this simply with nodemon: nodemon --exec "spago test" --watch output -e js, but a simple flag like --watch could be useful to automatically re-run tests when files are changed.
The text was updated successfully, but these errors were encountered:
Hi @noisyscanner! Thank you for the request. I do think it would be useful and a nice UX. Sadly I'm not sure when I would have time to implement it. Feel free to give it a shot yourself if you'd like.
Assuming this isn't already a thing - I couldn't see it anywhere?
It's possible to do this simply with nodemon:
nodemon --exec "spago test" --watch output -e js
, but a simple flag like--watch
could be useful to automatically re-run tests when files are changed.The text was updated successfully, but these errors were encountered: