cms/app-client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 25 Aug 2016 19:10:41 +0200
changeset 270 6ddc52965fb8
parent 261 02e2396bcbbc
permissions -rw-r--r--
Remove participants doubles

import Ember from 'ember';

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