Zet - How do I monitor a file and retest it?
How do I monitor a file and retest it?
Like with prove for perl?
Use nodemon inline
pn dlx nodemon --exec "prove t/99-test-kev.t" t/99-test-kev.t
#perl #testing #watch
Like with prove for perl?
Use nodemon inline
pn dlx nodemon --exec "prove t/99-test-kev.t" t/99-test-kev.t
#perl #testing #watch