en_btr_frontend/tests/test-helper.js

9 lines
248 B
JavaScript

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();