diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-07 21:13:36 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-07 21:13:36 +0000 |
commit | c19944d9970b788d8523cee6ee05217a8afd7646 (patch) | |
tree | e2d15e8c0d541b9b2fe26b9b82f23661df120f94 /spec/frontend/blob_edit/blob_bundle_spec.js | |
parent | 3ff3d897d6529aabb21aa6aed54eb430a9cf0fe2 (diff) | |
download | gitlab-ce-c19944d9970b788d8523cee6ee05217a8afd7646.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/blob_edit/blob_bundle_spec.js')
-rw-r--r-- | spec/frontend/blob_edit/blob_bundle_spec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/blob_edit/blob_bundle_spec.js b/spec/frontend/blob_edit/blob_bundle_spec.js index ed42322b0e6..89d507b4ec5 100644 --- a/spec/frontend/blob_edit/blob_bundle_spec.js +++ b/spec/frontend/blob_edit/blob_bundle_spec.js @@ -5,10 +5,10 @@ import waitForPromises from 'helpers/wait_for_promises'; import blobBundle from '~/blob_edit/blob_bundle'; import SourceEditor from '~/blob_edit/edit_blob'; -import { createAlert } from '~/flash'; +import { createAlert } from '~/alert'; jest.mock('~/blob_edit/edit_blob'); -jest.mock('~/flash'); +jest.mock('~/alert'); describe('BlobBundle', () => { it('does not load SourceEditor by default', () => { |