common/corpus-common-addon/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Tue, 04 Oct 2016 13:53:56 +0200
changeset 320 0fce13da58af
parent 127 5cd8c3065c38
permissions -rw-r--r--
filter geostat by area + tests

import Ember from 'ember';

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