cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Mon, 30 May 2016 23:58:34 +0200
changeset 176 d1baf7ccecc8
parent 136 5fed7e1716c2
child 173 cf7b221238fd
permissions -rw-r--r--
Add `thematiques` components

import Ember from 'ember';

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