Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9ffae60f
Commit
9ffae60f
authored
Jan 31, 2021
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix imports order in one file
parent
3601e62f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ee/spec/frontend/vue_mr_widget/ee_mr_widget_options_spec.js
ee/spec/frontend/vue_mr_widget/ee_mr_widget_options_spec.js
+3
-3
No files found.
ee/spec/frontend/vue_mr_widget/ee_mr_widget_options_spec.js
View file @
9ffae60f
...
@@ -18,14 +18,14 @@ import { TEST_HOST } from 'helpers/test_constants';
...
@@ -18,14 +18,14 @@ import { TEST_HOST } from 'helpers/test_constants';
import
{
trimText
}
from
'
helpers/text_helper
'
;
import
{
trimText
}
from
'
helpers/text_helper
'
;
import
waitForPromises
from
'
helpers/wait_for_promises
'
;
import
waitForPromises
from
'
helpers/wait_for_promises
'
;
// Force Jest to transpile and cache
// eslint-disable-next-line no-unused-vars
import
_GroupedSecurityReportsApp
from
'
ee/vue_shared/security_reports/grouped_security_reports_app.vue
'
;
import
axios
from
'
~/lib/utils/axios_utils
'
;
import
axios
from
'
~/lib/utils/axios_utils
'
;
import
{
convertObjectPropsToCamelCase
}
from
'
~/lib/utils/common_utils
'
;
import
{
convertObjectPropsToCamelCase
}
from
'
~/lib/utils/common_utils
'
;
import
{
SUCCESS
}
from
'
~/vue_merge_request_widget/components/deployment/constants
'
;
import
{
SUCCESS
}
from
'
~/vue_merge_request_widget/components/deployment/constants
'
;
import
securityReportDownloadPathsQuery
from
'
~/vue_shared/security_reports/queries/security_report_download_paths.query.graphql
'
;
import
securityReportDownloadPathsQuery
from
'
~/vue_shared/security_reports/queries/security_report_download_paths.query.graphql
'
;
// Force Jest to transpile and cache
// eslint-disable-next-line no-unused-vars
import
_GroupedSecurityReportsApp
from
'
ee/vue_shared/security_reports/grouped_security_reports_app.vue
'
;
// eslint-disable-next-line no-unused-vars
// eslint-disable-next-line no-unused-vars
import
_Deployment
from
'
~/vue_merge_request_widget/components/deployment/deployment.vue
'
;
import
_Deployment
from
'
~/vue_merge_request_widget/components/deployment/deployment.vue
'
;
import
mockData
,
{
import
mockData
,
{
...
...
Write
Preview
Markdown
is supported
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