server/bo_client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 26 Sep 2016 20:49:10 +0200
changeset 298 a915633aa6cf
parent 136 5fed7e1716c2
permissions -rw-r--r--
Add icons to filter-component tabs

import Ember from 'ember';

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