open-vault/ui/tests/test-helper.js

9 lines
228 B
JavaScript
Raw Normal View History

import Application from '../app';
import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-qunit';
2018-04-03 14:16:57 +00:00
setApplication(Application.create(config.APP));
2018-04-03 14:16:57 +00:00
start();