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
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Since the generated linting files are actually the emitted output of the provided test generator, we need to ensure to entangle the tree generated by the lintTree hook with the currently in use test generator.
This will require some coordination amongst ember-cli-qunit and ember-cli-mocha (as well as a similar update in ember-cli-eslint).
The text was updated successfully, but these errors were encountered:
I believe that we should hang a .baseDir() and .cacheKey() off of the test generator function (which is setup in ember-cli-qunit and ember-cli-mocha), and then use that for the generated lint tree.
Since the generated linting files are actually the emitted output of the provided test generator, we need to ensure to entangle the tree generated by the
lintTree
hook with the currently in use test generator.This will require some coordination amongst ember-cli-qunit and ember-cli-mocha (as well as a similar update in ember-cli-eslint).
The text was updated successfully, but these errors were encountered: