github.com/outbrain/consul@v1.4.5/ui-v2/tests/test-helper.js (about) 1 import Application from '../app'; 2 import config from '../config/environment'; 3 import { setApplication } from '@ember/test-helpers'; 4 import { start } from 'ember-qunit'; 5 import './helpers/flash-message'; 6 import loadEmberExam from 'ember-exam/test-support/load'; 7 8 loadEmberExam(); 9 setApplication(Application.create(config.APP)); 10 11 start();