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
Right now running ember try:testall goes all the way back to Ember 1.10 (as the earliest supported version). It would be nice to be able to configure ember-try to have a minimum version. For example, if your project/addon/whatever utlizes an HTMLbars spec that wasn't available until 1.11, testing against 1.10 will throw an error. However, I'd still like to be able to test all relevant versions with a single command, rather than having to specify them all individually.
Thoughts?
The text was updated successfully, but these errors were encountered:
Right now running ember try:testall goes all the way back to Ember 1.10 (as the earliest supported version). It would be nice to be able to configure ember-try to have a minimum version. For example, if your project/addon/whatever utlizes an HTMLbars spec that wasn't available until 1.11, testing against 1.10 will throw an error. However, I'd still like to be able to test all relevant versions with a single command, rather than having to specify them all individually.
Thoughts?
The text was updated successfully, but these errors were encountered: