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

Not compatible with Ember 4+ #691

Open
arthur5005 opened this issue Mar 4, 2022 · 0 comments
Open

Not compatible with Ember 4+ #691

arthur5005 opened this issue Mar 4, 2022 · 0 comments

Comments

@arthur5005
Copy link

Getting an error:

Error: Could not find module `@ember/application/deprecations` imported from `@ember/test-helpers`

Because of https://deprecations.emberjs.com/v3.x/#toc_old-deprecate-method-paths, you need to upgrade the @ember/test-helpers to the latest version, which has dealt with the deprecation

I'm currently forcing the resolutions on that package in my project.

  // yarn
  "resolutions": {
    "ember-mocha/@ember/test-helpers": "^2.6.0"
  }, 
  // npm
  "overrides": {
    "ember-mocha": {
      "@ember/test-helpers": "^2.6.0"
    }
  }
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

1 participant