common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 20 Oct 2016 12:54:07 +0530
changeset 373 e952c8a31a2b
parent 127 5cd8c3065c38
permissions -rw-r--r--
Transcript design + Fix video display and filter component font

import Ember from 'ember';

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