project/tests/helpers/destroy-app.js
Martin Donnelly e06e53e5bd whats wrong?
2016-04-06 16:53:06 +01:00

6 lines
117 B
JavaScript

import Ember from 'ember';
export default function destroyApp(application) {
Ember.run(application, 'destroy');
}