simonihmig / ember-native-dom-helpers-codemod

Codemod to transform your jQuery based ember tests to use ember-native-dom-helpers
MIT License
27 stars 9 forks source link

"await visit()" becomes "await await visit()" #17

Closed Turbo87 closed 7 years ago

Turbo87 commented 7 years ago
bildschirmfoto 2017-06-09 um 21 34 11
simonihmig commented 7 years ago

Uh, not so good ("Doppelt hält besser" does not apply here I guess). Probably all other cases where await is added will be affected by this as well, if the Promise-returning helper has been flagged as await even before running the codemod. Will have a look...

simonihmig commented 7 years ago

Released as 0.1.3