common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 17 Oct 2016 22:21:07 +0530
changeset 349 74bbf705a5ca
parent 127 5cd8c3065c38
permissions -rw-r--r--
Quickfix css

import Ember from 'ember';

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