server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Fri, 21 Oct 2016 16:07:19 +0200
changeset 383 82a3db4b1d39
parent 136 5fed7e1716c2
permissions -rw-r--r--
Correct application build + migration

import Ember from 'ember';

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