Closed jbryson3 closed 4 years ago
The one linked to in https://github.com/ember-codemods/ember-mocha-codemods#testing-api-beginning-in-014 should cover this, so basically via https://github.com/ember-codemods/ember-mocha-codemods/blob/90451be10db7fcf5ad7f927d2a5feee413f74e7d/fourteen-testing-api.js#L444
Thanks!
Is there a codemod that currently handles transitioning
this.subject()
syntax tothis.owner.lookup()
syntax? I believe I saw one in the ember-qunit-codemods repo that did something like that.Example Before
Example After