server/bo_client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 05 Jul 2016 16:53:04 +0200
changeset 228 a2497a2b6224
parent 136 5fed7e1716c2
permissions -rw-r--r--
Notice display logic and design

import Ember from 'ember';

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