diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-17 21:09:56 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-08-17 21:09:56 +0000 |
commit | 9facfe5cb194005894467c06e4ea1a9800034ab4 (patch) | |
tree | 5ceaecd5f89725250bbf4119558715fa14576c4c /spec/frontend/blob_edit | |
parent | 18da92341dac366b7bcfd13f2d3c443ffa315af0 (diff) | |
download | gitlab-ce-9facfe5cb194005894467c06e4ea1a9800034ab4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/blob_edit')
-rw-r--r-- | spec/frontend/blob_edit/blob_bundle_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/blob_edit/blob_bundle_spec.js b/spec/frontend/blob_edit/blob_bundle_spec.js index f5cd623ebce..98fa96de124 100644 --- a/spec/frontend/blob_edit/blob_bundle_spec.js +++ b/spec/frontend/blob_edit/blob_bundle_spec.js @@ -1,6 +1,6 @@ import $ from 'jquery'; -import blobBundle from '~/blob_edit/blob_bundle'; import { mockTracking, unmockTracking } from 'helpers/tracking_helper'; +import blobBundle from '~/blob_edit/blob_bundle'; jest.mock('~/blob_edit/edit_blob'); |