mike-north/ember-orientation

View on GitHub
tests/helpers/destroy-app.js

Summary

Maintainability
A
0 mins
Test Coverage
import { run } from '@ember/runloop';

export default function destroyApp(application) {
  run(application, 'destroy');
}