Did you know that you can call your binaries directly in node_modules? I didn’t!
This will tell jest to watch any file changes in the Fetch directory and then test them.
[ruby]
./node_modules/.bin/jest –watch Fetch
[/ruby]
Did you know that you can call your binaries directly in node_modules? I didn’t!
This will tell jest to watch any file changes in the Fetch directory and then test them.
[ruby]
./node_modules/.bin/jest –watch Fetch
[/ruby]
Leave a Reply