mainmatter / ember-test-selectors

Enabling better element selectors in Ember.js tests
MIT License
262 stars 41 forks source link

Support `ember-cli-babel` v8 #1211

Closed bertdeblock closed 10 months ago

bertdeblock commented 1 year ago

Seeing this warning at the moment:

WARNING: ember-test-selectors: You are using an unsupported ember-cli-babel version. data-test properties are not automatically stripped from your JS code.

Though, it seems stripping data-test selectors does still work.

EDIT: We don't use data-test selectors in JS land, so that's why the results I'm seeing are still the same.

bwbuchanan commented 9 months ago

Could we get a release cut with this change please?

bertdeblock commented 6 months ago

Made https://github.com/mainmatter/ember-test-selectors/pull/1216 to get the ball rolling on a new release.