ember-cli-dependency-lint
ember-cli-dependency-lint copied to clipboard
"DEPRECATION: Please install an Ember.js test framework addon or update your dependencies."
This warning is shown on startup when using with current ember-cli (5.3.0).
@sebastianhelbig happens in our project as well with ember-cli 5.5.0. Did you find the root cause of this warning?
Unfortunately not :-(
@sebastianhelbig thanks for the fast response. At least it does not break anything in our project.
If you set generateTests: false in your config does this warning go away?
We should probably drop the test generation feature entirely; this addon was created when it was in vogue to have things like ember-cli-eslint that generated a passing or failing test for each file in your project based on whether it passed the linter or not. That era is (thankfully!) long over now.
This solves it. Thanks a lot.
I don't see a warning on ember-cli 5.6.0 but there are no tests being generated. Running it as a script seems like a better solution anyhow.
Add to package.json:
"lint:deps": "ember dependency-lint"