cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Sun, 17 Jul 2016 23:58:55 +0200
changeset 243 0f29cc270f9e
parent 173 cf7b221238fd
child 261 02e2396bcbbc
permissions -rw-r--r--
Fix firefox focus JSLinting

import Ember from 'ember';

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