Test#adapter

adapter{Class} The adapter to be used.public

Defined in packages/ember-testing/lib/test.js:66

Used to allow ember-testing to communicate with a specific testing framework.

You can manually set it before calling App.setupForTesting().

Example:

Ember.Test.adapter = MyCustomAdapter.create()

If you do not set it, ember-testing will default to Ember.Test.QUnitAdapter.

Default: Ember.Test.QUnitAdapter

doc_EmberJs
2016-11-30 16:53:38
Comments
Leave a Comment

Please login to continue.