Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"DEPRECATION: Please install an Ember.js test framework addon or update your dependencies." #24

Open
sebastianhelbig opened this issue Oct 15, 2023 · 6 comments

Comments

@sebastianhelbig
Copy link

This warning is shown on startup when using with current ember-cli (5.3.0).

@tschoartschi
Copy link

@sebastianhelbig happens in our project as well with ember-cli 5.5.0. Did you find the root cause of this warning?

@sebastianhelbig
Copy link
Author

Unfortunately not :-(

@tschoartschi
Copy link

@sebastianhelbig thanks for the fast response. At least it does not break anything in our project.

@dfreeman
Copy link
Member

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.

@sebastianhelbig
Copy link
Author

This solves it. Thanks a lot.

@dwickern
Copy link

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants