Tests failing on ember-cli 3.10.0-beta.1
See original GitHub issueTests are failing against ember-cli- 3.10.0-beta.1, with this error:
indexDeclarations is not defined (Error in blueprint template: /home/vsts/work/1/s/node_modules/ember-cli-typescript/blueprint-files/ember-cli-typescript/types/__app_name__/index.d.ts)
I.e. Ember CLI appears to no longer correctly resolve our helpers returned from locals()
.
The full set of changes between 3.9.0 and 3.10.0-beta.1 is here. (Most are dependency updates.)
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Broken with Ember 3.10.0 · Issue #640
Fails with error message: EmberObject.create no longer supports defining computed properties. Define computed properties using extend() or reopen().
Read more >Webpack Returned Errors to ember-auto-import - Questions
I have a problem build error like title of my topic, anyone can help me? here's my package.json devDependencies: { "@ember/jquery": "^0.5.2" ...
Read more >ember-exam | Yarn - Package Manager
Test Failure Reproduction · You must be using ember-cli version 3.2.0 or greater for load-balnce and test failure reproduction features to work properly....
Read more >ember-cli/CHANGELOG.md
431, ## v3.4.0-beta.2 ; 432 ; 433, The following changes are required if you are upgrading from the previous ; 434, version: ;...
Read more >danlynn/ember-cli - Docker Image
ember -cli 4.8.0 + node 18.12.1/19.1.0 + bower 1.8.8 + chrome 107.0.5304.110 + watchman 4.9.0.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
FYI - I’m backporting in https://github.com/ember-cli/ember-cli/pull/8656.
@jamescdavis - I can, didn’t realize that it needed to be in 3.10. Sorry about that, I should have asked in the PR.