From 5bd24a54ef4ce3a38a860eb53b66d062c2382971 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 17 Dec 2019 09:07:48 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/notes/components/comment_form_spec.js | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/frontend/notes') diff --git a/spec/frontend/notes/components/comment_form_spec.js b/spec/frontend/notes/components/comment_form_spec.js index 10d92e9535c..7652f48474d 100644 --- a/spec/frontend/notes/components/comment_form_spec.js +++ b/spec/frontend/notes/components/comment_form_spec.js @@ -50,7 +50,6 @@ describe('issue_comment_form component', () => { afterEach(() => { axiosMock.restore(); wrapper.destroy(); - jest.clearAllMocks(); }); describe('user is logged in', () => { -- cgit v1.2.3