Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
757799d4
Commit
757799d4
authored
3 years ago
by
Jai Bhagat
Browse files
Options
Download
Email Patches
Plain Diff
ui: replace qunit start tests with ember-exam start
parent
b5e3e32d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ui/tests/test-helper.js
+1
-1
ui/tests/test-helper.js
ui/yarn.lock
+1
-1
ui/yarn.lock
with
2 additions
and
2 deletions
+2
-2
ui/tests/test-helper.js
+
1
-
1
View file @
757799d4
...
...
@@ -2,7 +2,7 @@ import 'core-js';
import
Application
from
'
nomad-ui/app
'
;
import
config
from
'
nomad-ui/config/environment
'
;
import
{
setApplication
}
from
'
@ember/test-helpers
'
;
import
{
start
}
from
'
ember-
quni
t
'
;
import
start
from
'
ember-
exam/test-support/star
t
'
;
import
{
useNativeEvents
}
from
'
ember-cli-page-object/extend
'
;
useNativeEvents
();
...
...
This diff is collapsed.
Click to expand it.
ui/yarn.lock
+
1
-
1
View file @
757799d4
...
...
@@ -9313,7 +9313,7 @@ ember-element-helper@^0.3.2:
ember-cli-htmlbars "^5.1.0"
ember-compatibility-helpers "^1.2.1"
ember-exam@
^
6.1.0:
ember-exam@6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/ember-exam/-/ember-exam-6.1.0.tgz#1ea2c0ece27ac8ad6a80d959b1c207611b7dfdd7"
integrity sha512-H9tg7eUgqkjAsr1/15UzxGyZobGLgsyTi56Ng0ySnkYGCRfvVpwtVc3xgcNOFnUaa9RExUFpxC0adjW3K87Uxw==
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help