« All deprecation guides
Deprecation Guide for Ember.setupForTesting
until: 7.0.0
id: deprecate-import-setup-for-testing-from-ember
Previously, setupForTesting
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.setupForTesting
There is no replacement for this API.