1
0
Fork 0
sortable-recipes/ember-ui-modern/tests/test-helper.js
2020-03-02 09:26:23 -06:00

8 lines
228 B
JavaScript

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