UNPKG

generator-prospa

Version:

Create fully working Single Page Applications using various technology combinations

9 lines (6 loc) 228 B
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();