Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-21 15:10:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-21 15:10:16 +0300
commit77839aae00dbe2dd955b946739d07fdcbac4468b (patch)
tree37de17e8d802c9c1e668d77c7a4c58f49463c8a9 /spec/frontend/notes/components
parent6522adebca024d5fe1ca015f6ddcf4b039a0f197 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/notes/components')
-rw-r--r--spec/frontend/notes/components/note_form_spec.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/frontend/notes/components/note_form_spec.js b/spec/frontend/notes/components/note_form_spec.js
index b709141f4ac..aa67a270658 100644
--- a/spec/frontend/notes/components/note_form_spec.js
+++ b/spec/frontend/notes/components/note_form_spec.js
@@ -45,8 +45,6 @@ describe('issue_note_form component', () => {
noteBody: 'Magni suscipit eius consectetur enim et ex et commodi.',
noteId: '545',
};
-
- gon.features = { markdownContinueLists: true };
});
afterEach(() => {