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
The following snippet performs the same thing for a few other projects:
treeForAddonTestSupport(tree){// intentionally not calling _super here// so that can have our `import`'s be// import { ... } from 'ember-qunit';returnthis.preprocessJs(tree,'/',this.name,{registry: this.registry,});},
Since
ember-qunit-decorators
will not be used in production, we can simplify the import paths a bit (dropping thetest-support
suffix):Current:
Proposal:
The following snippet performs the same thing for a few other projects:
Examples:
The text was updated successfully, but these errors were encountered: