diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-14 18:09:20 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-02-14 18:09:20 +0000 |
commit | 835f1214dcc4e08e3076f269b7b2aa854ea4257a (patch) | |
tree | 07366d250301a8b2a8d7f24d220f4db21b5f6f59 /spec/frontend/branches | |
parent | 8309ef26ed9ae22e3115a0203dfff302812c154a (diff) | |
download | gitlab-ce-835f1214dcc4e08e3076f269b7b2aa854ea4257a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/branches')
-rw-r--r-- | spec/frontend/branches/divergence_graph_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/branches/divergence_graph_spec.js b/spec/frontend/branches/divergence_graph_spec.js index adf39a2216a..be97a1724d3 100644 --- a/spec/frontend/branches/divergence_graph_spec.js +++ b/spec/frontend/branches/divergence_graph_spec.js @@ -1,6 +1,6 @@ import MockAdapter from 'axios-mock-adapter'; -import axios from '~/lib/utils/axios_utils'; import init from '~/branches/divergence_graph'; +import axios from '~/lib/utils/axios_utils'; describe('Divergence graph', () => { let mock; |