cms/app-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 173 cf7b221238fd
child 261 02e2396bcbbc
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');
  server.shutdown();
}