question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create migration guide from v2 to v3 API's.

See original GitHub issue

Many 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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rwjbluecommented, Dec 10, 2017

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.

0reactions
Turbo87commented, May 13, 2019

resolved by #322

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found