1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00
documize/gui/tests/test-helper.js

9 lines
228 B
JavaScript
Raw Permalink Normal View History

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));
2016-07-07 18:54:16 -07:00
2017-09-04 09:56:09 +01:00
start();