The watchTestAtCursor command was using the mix.testFileAt function which didn't really
watch for file changes at all, but rather just ran the function once.
This change will fix that by actually calling mix test.watch so that watchTestAtCursor works
as intended 👍
The
watchTestAtCursor
command was using themix.testFileAt
function which didn't really watch for file changes at all, but rather just ran the function once.This change will fix that by actually calling
mix test.watch
so thatwatchTestAtCursor
works as intended 👍