server/bo_client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 21 Jun 2016 14:24:30 +0200
changeset 196 7550cb541901
parent 136 5fed7e1716c2
permissions -rw-r--r--
Filter as a service Document list as a component Styling and cleanup

import Ember from 'ember';

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