This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/web/tests/helpers/destroy-app.js
2017-07-23 23:47:06 -07:00

5 lines
117 B
JavaScript

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