Create migration guide from v2 to v3 API's.
See original GitHub issueMany examples can be pulled from the migration examples section of emberjs/rfcs#232, and more can be found in test fixtures of ember-qunit-codemod.
- Create
docs/migration-guide.md
- Document migration for each test type
-
moduleFor
-
moduleForComponent
-
unit
style -
integration: true
style
-
-
moduleForModel
-
- Document migration for each test type
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Migrate applications from using API v2 to API v3 - etcd
A guide for migrating from API v2 to API v3. The data store v2 is still accessible from the API v2 after upgrading...
Read more >Migrate from Media Services v2 to v3 introduction
The Media Services migration guide helps you migrate from Media Services V2 APIs to V3 APIs based on a migration that takes advantage...
Read more >Drive API v2 & v3 comparison guide - Google Developers
To migrate, see Migrate to Drive API v3. For a complete list of version differences, see the Drive API v2 & v3 comparison...
Read more >API v2 to v3.5 migration guide - Onfido Developer Hub
The following guide is designed to help you migrate from Onfido API v2 to API v3.5. If you're migrating from API v3 to...
Read more >V2 to V3 migration guide - Vipps Technical Documentation
Migration guide from V2 to V3. Campaign. The Recurring API V3 adds new campaign types. See Campaigns in the API Guide.
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 FreeTop 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
Top GitHub Comments
But FWIW, the new behavior was definitely by design. The idea is that our tests should much closer relate to “reality” of actual app usage, and many many users have tripped on the fact that initializers and/or instance initializers are not ran and have resorted to (as you mentioned) manual import and invoking initializers to properly setup for a component to be rendered.
resolved by #322