common/corpus-common-addon/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 16 Aug 2016 00:16:08 +0200
changeset 254 a7cf2887e993
parent 127 5cd8c3065c38
permissions -rw-r--r--
Hide/Show video CSS

import Ember from 'ember';

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