From 06f12476c7962ba59579b3a08d187a22325d9039 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 22 Jun 2023 18:09:45 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/frontend/lib/utils/downloader_spec.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/frontend/lib') diff --git a/spec/frontend/lib/utils/downloader_spec.js b/spec/frontend/lib/utils/downloader_spec.js index c14cba3a62b..a95b46d1440 100644 --- a/spec/frontend/lib/utils/downloader_spec.js +++ b/spec/frontend/lib/utils/downloader_spec.js @@ -8,10 +8,6 @@ describe('Downloader', () => { jest.spyOn(document, 'createElement').mockImplementation(() => a); }); - afterEach(() => { - jest.clearAllMocks(); - }); - describe('when inline file content is provided', () => { const fileData = 'inline content'; const fileName = 'test.csv'; -- cgit v1.2.3