mike-north/ember-orientation

View on GitHub
tests/test-helper.js

Summary

Maintainability
A
0 mins
Test Coverage
import Application from '../app';
import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-qunit';

setApplication(Application.create(config.APP));

start();