mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18:05:42 +03:00
Update test-helper to new testing style
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import 'core-js';
|
||||
import resolver from './helpers/resolver';
|
||||
import { setResolver } from 'ember-qunit';
|
||||
import { start } from 'ember-cli-qunit';
|
||||
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));
|
||||
|
||||
setResolver(resolver);
|
||||
start();
|
||||
|
||||
Reference in New Issue
Block a user