lemo-crm/web/tests/helpers/destroy-app.js
Shaun Chyxion 528e09dbdd init
2017-06-04 22:56:26 +08:00

6 lines
117 B
JavaScript

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