diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-04 09:09:30 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-04 09:09:30 +0000 |
commit | 72241c5e0a5ced1416fcf69ed1a6d8f57b9bf3e2 (patch) | |
tree | d5369f41d14dcc3480c8eb3ac525ee907d8db7a6 /spec/frontend/notes/components/note_actions_spec.js | |
parent | a0806c73204d0fe3c3986b5c8140c582283f83c8 (diff) | |
download | gitlab-ce-72241c5e0a5ced1416fcf69ed1a6d8f57b9bf3e2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/notes/components/note_actions_spec.js')
-rw-r--r-- | spec/frontend/notes/components/note_actions_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/notes/components/note_actions_spec.js b/spec/frontend/notes/components/note_actions_spec.js index 4661e4b1279..7c3d747711c 100644 --- a/spec/frontend/notes/components/note_actions_spec.js +++ b/spec/frontend/notes/components/note_actions_spec.js @@ -5,8 +5,8 @@ import { TEST_HOST } from 'spec/test_constants'; import createStore from '~/notes/stores'; import noteActions from '~/notes/components/note_actions.vue'; import axios from '~/lib/utils/axios_utils'; -import { userDataMock } from '../mock_data'; import { BV_HIDE_TOOLTIP } from '~/lib/utils/constants'; +import { userDataMock } from '../mock_data'; describe('noteActions', () => { let wrapper; |