server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Thu, 16 Nov 2017 15:44:36 +0100
changeset 553 251df6cb3afa
parent 136 5fed7e1716c2
permissions -rw-r--r--
upgrade drupal with the new tresor theme

import Ember from 'ember';

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