server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Tue, 04 Oct 2016 11:58:39 +0200
changeset 319 78990a8a069b
parent 136 5fed7e1716c2
permissions -rw-r--r--
Work on front and back integration, correct the expected data format

import Ember from 'ember';

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