server/bo_client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 24 Jun 2016 15:26:26 +0200
changeset 206 e038d5782d06
parent 136 5fed7e1716c2
permissions -rw-r--r--
Discourses component: Modify label styles / Styling to SCSS / Cursor pointer

import Ember from 'ember';

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