diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-24 18:13:02 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-02-24 18:13:02 +0000 |
commit | d48b87d4675d6b8b56dd9b40afa9eb2dce32ad3b (patch) | |
tree | 768c3d0900d3ba2910adf6abb24f433b8585be6c /spec/frontend/blob_edit | |
parent | fd9a56d56f84b36779fc4db2da37204c22585fe4 (diff) | |
download | gitlab-ce-d48b87d4675d6b8b56dd9b40afa9eb2dce32ad3b.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/blob_edit')
-rw-r--r-- | spec/frontend/blob_edit/edit_blob_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/blob_edit/edit_blob_spec.js b/spec/frontend/blob_edit/edit_blob_spec.js index dda46e97b85..9ab20fc2cd7 100644 --- a/spec/frontend/blob_edit/edit_blob_spec.js +++ b/spec/frontend/blob_edit/edit_blob_spec.js @@ -20,9 +20,9 @@ jest.mock('~/editor/extensions/source_editor_toolbar_ext'); const PREVIEW_MARKDOWN_PATH = '/foo/bar/preview_markdown'; const defaultExtensions = [ + { definition: ToolbarExtension }, { definition: SourceEditorExtension }, { definition: FileTemplateExtension }, - { definition: ToolbarExtension }, ]; const markdownExtensions = [ { definition: EditorMarkdownExtension }, |