github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/ui/tests/test-helper.js (about)

     1  import 'core-js';
     2  import Application from '../app';
     3  import config from '../config/environment';
     4  import { setApplication } from '@ember/test-helpers';
     5  import { start } from 'ember-qunit';
     6  import { useNativeEvents } from 'ember-cli-page-object/extend';
     7  
     8  useNativeEvents();
     9  
    10  setApplication(Application.create(config.APP));
    11  
    12  start();