open-consul/ui-v2/tests/test-helper.js

10 lines
262 B
JavaScript

import Application from '../app';
import config from '../config/environment';
import { setApplication } from '@ember/test-helpers';
import { start } from 'ember-qunit';
import './helpers/flash-message';
setApplication(Application.create(config.APP));
start();