server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Mon, 12 Jun 2017 22:33:23 +0200
changeset 539 bb12d638cb9f
parent 136 5fed7e1716c2
permissions -rw-r--r--
improve documentation on proxy

import Ember from 'ember';

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