server/bo_client/tests/helpers/destroy-app.js
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 18:05:11 +0530
changeset 355 83f5247f3c7a
parent 136 5fed7e1716c2
permissions -rw-r--r--
Fix carto counts and map colors

import Ember from 'ember';

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