py-fias-front/tests/helpers/destroy-app.js
2016-04-25 13:15:27 +03:00

6 lines
117 B
JavaScript

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