cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 10 Jun 2016 16:19:25 +0200
changeset 183 cc8b022088c8
parent 173 cf7b221238fd
child 261 02e2396bcbbc
permissions -rw-r--r--
Bubble click area + Linting

import Ember from 'ember';

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