« All deprecation guides

Deprecation Guide for Ember.testing

until: 6.0.0
id: deprecate-import-testing-from-ember

Previously, testing could be accessed via the Ember import:

import Ember from 'ember';

Ember.testing

There is no replacement for this API.