This repository has been archived on 2025-03-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hymenobacterdotinfo/tests/helpers/destroy-app.js
2015-11-12 06:36:22 -07:00

5 lines
117 B
JavaScript

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