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

import Ember from 'ember';

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