cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 27 Jun 2016 11:35:10 +0200
changeset 209 35cb7200bb0a
parent 173 cf7b221238fd
child 261 02e2396bcbbc
permissions -rw-r--r--
Separate playlist and player component with player service as bridge

import Ember from 'ember';

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