server/bo_client/tests/helpers/destroy-app.js
author ymh <ymh.work@gmail.com>
Sun, 18 Dec 2016 01:13:51 +0100
changeset 476 9cffc7f32f14
parent 136 5fed7e1716c2
permissions -rw-r--r--
correct transcripts without topics

import Ember from 'ember';

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