cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 24 Jun 2016 02:07:09 +0200
changeset 204 dd969e178944
parent 173 cf7b221238fd
child 261 02e2396bcbbc
permissions -rw-r--r--
Fix linting, remove logs and dead code

import Ember from 'ember';

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