You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to diagnose a test failure, but my tests don't appear to rebuild as I'm changing source files. I changed a file, canceled the ember try process and started it up again, to confirm I was changing the correct file.
Any tips?
The text was updated successfully, but these errors were encountered:
The ember-cli version shouldn't be changing between scenarios, unless you have that explicitly in your config.
Try: ember try:one ember-lts-2.8 --skip-cleanup=true --- true
Then ember t -s and see how it behaves? If it is still not rebuilding, the problem is unlikely to be with ember-try.
I'm running the command
to diagnose a test failure, but my tests don't appear to rebuild as I'm changing source files. I changed a file, canceled the ember try process and started it up again, to confirm I was changing the correct file.
Any tips?
The text was updated successfully, but these errors were encountered: