common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 19:46:23 +0530
changeset 359 6274a5fdd348
parent 127 5cd8c3065c38
permissions -rw-r--r--
Treemap colors

import Ember from 'ember';

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