diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-10 09:07:51 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-10 09:07:51 +0000 |
commit | 97d4d926630822d0e1a638206909679c962d2f0a (patch) | |
tree | ef885fdbd0f255f901a587fc3d01bdf115fa3a27 /spec/frontend/behaviors | |
parent | cfc792b9ca064990e6540cb742e80529ea669a81 (diff) | |
download | gitlab-ce-97d4d926630822d0e1a638206909679c962d2f0a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/behaviors')
-rw-r--r-- | spec/frontend/behaviors/markdown/render_metrics_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/behaviors/markdown/render_metrics_spec.js b/spec/frontend/behaviors/markdown/render_metrics_spec.js index 6db0eabc16b..9157d2a8448 100644 --- a/spec/frontend/behaviors/markdown/render_metrics_spec.js +++ b/spec/frontend/behaviors/markdown/render_metrics_spec.js @@ -1,6 +1,6 @@ import Vue from 'vue'; -import renderMetrics from '~/behaviors/markdown/render_metrics'; import { TEST_HOST } from 'helpers/test_constants'; +import renderMetrics from '~/behaviors/markdown/render_metrics'; const originalExtend = Vue.extend; |