decide.nolog.cz/tests/helpers/destroy-app.js

7 lines
135 B
JavaScript

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