ember-cli
ember-cli copied to clipboard
Test Changes not reflecting
So I have the ember test --server running and when I fix a failed test and save, I notice the page is not reloading. If I manually reload the page, I am not see the new test being ran. I have to restart docker container to see changes
I'm having a similar issue, but for me it's when I'm running an ember server. The browser doesn't reload itself when I make changes to a file, and even manually reloading the page doesn't do it. Like you, I have to restart the docker container to see my changes.