ember-cli 1.13.11
This commit is contained in:
parent
d185dad716
commit
1fe7702430
12 changed files with 64 additions and 32 deletions
5
tests/helpers/destroy-app.js
Normal file
5
tests/helpers/destroy-app.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
import Ember from 'ember';
|
||||
|
||||
export default function destroyApp(application) {
|
||||
Ember.run(application, 'destroy');
|
||||
}
|
Reference in a new issue