-
-
Notifications
You must be signed in to change notification settings - Fork 18
--watch option #14
Comments
You can use |
Could you show us how we could use nodemon? I'm not sure which command to execute with nodemon - EDIT: Found the option I was looking for |
|
Yeah, but in that case we need to handle couple of things.
Feel free to share any more insights you have |
Hello @ignatevdev Perhaps this can help you, a simple implementation with onchange, unfortunately requires the installation of the package but, if it is just a development dependency, I believe that it is still viable. Install the
Create the script line in your package.json:
Run Although the topic is old, it can help someone. Programming with tests in real time is really great! |
Is there any way to watch for spec changes and re-run the tests automatically instead of running the command every time manually?
The text was updated successfully, but these errors were encountered: