2018-07-06 20:38:57 +00:00
|
|
|
import 'core-js';
|
2021-02-17 21:01:44 +00:00
|
|
|
import Application from 'nomad-ui/app';
|
|
|
|
import config from 'nomad-ui/config/environment';
|
2019-03-14 02:16:01 +00:00
|
|
|
import { setApplication } from '@ember/test-helpers';
|
2022-01-26 18:08:31 +00:00
|
|
|
import start from 'ember-exam/test-support/start';
|
2020-05-06 20:14:12 +00:00
|
|
|
import { useNativeEvents } from 'ember-cli-page-object/extend';
|
|
|
|
|
|
|
|
useNativeEvents();
|
2019-03-14 02:16:01 +00:00
|
|
|
|
|
|
|
setApplication(Application.create(config.APP));
|
2017-09-19 14:47:10 +00:00
|
|
|
|
|
|
|
start();
|