cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 10 Jun 2016 23:42:11 +0200
changeset 186 36e5a67656e6
parent 173 cf7b221238fd
child 261 02e2396bcbbc
permissions -rw-r--r--
Basic thematiques styling

import Ember from 'ember';

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