diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-14 21:09:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-07-14 21:09:55 +0000 |
commit | cde60c9291a22ff0921f703568c4daef4a65ead7 (patch) | |
tree | 15d6d3f5cbe339c00a39a60e7f8b7be295c8a739 /spec/frontend/lib/utils/navigation_utility_spec.js | |
parent | 6d2fcd332783033432e4de1d8b1de6720e20f557 (diff) | |
download | gitlab-ce-cde60c9291a22ff0921f703568c4daef4a65ead7.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/lib/utils/navigation_utility_spec.js')
-rw-r--r-- | spec/frontend/lib/utils/navigation_utility_spec.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/frontend/lib/utils/navigation_utility_spec.js b/spec/frontend/lib/utils/navigation_utility_spec.js index 632a8904578..6d3a871eb33 100644 --- a/spec/frontend/lib/utils/navigation_utility_spec.js +++ b/spec/frontend/lib/utils/navigation_utility_spec.js @@ -81,8 +81,6 @@ describe('initPrefetchLinks', () => { const mouseOverEvent = new Event('mouseover'); beforeEach(() => { - jest.useFakeTimers(); - jest.spyOn(global, 'setTimeout'); jest.spyOn(newLink, 'removeEventListener'); }); |