Files
ember-panda-adapter/tests/helpers/destroy-app.js
T
2018-12-12 09:51:55 -05:00

6 lines
122 B
JavaScript

import { run } from '@ember/runloop';
export default function destroyApp(application) {
run(application, 'destroy');
}