common/corpus-common-addon/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Fri, 17 Nov 2017 18:02:04 +0100
changeset 567 271e2afbf830
parent 127 5cd8c3065c38
permissions -rw-r--r--
Correct share button url

import Ember from 'ember';

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