import Application from 'gwt-frontend/app'; import config from 'gwt-frontend/config/environment'; import { setApplication } from '@ember/test-helpers'; import { start } from 'ember-qunit'; setApplication(Application.create(config.APP)); start();