surrealpatch/gui/tests/helpers/destroy-app.js

6 lines
117 B
JavaScript
Raw Normal View History

2016-05-14 10:20:59 +00:00
import Ember from 'ember';
export default function destroyApp(application) {
Ember.run(application, 'destroy');
}