Ghost-Admin/tests/helpers/destroy-app.js

6 lines
119 B
JavaScript
Raw Normal View History

2015-11-30 18:21:39 +01:00
import Ember from 'ember';
export default function destroyApp(application) {
Ember.run(application, 'destroy');
}