diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-09-06 11:07:23 +0000 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-09-06 11:07:23 +0000 |
commit | 08a0b2c01f69cc15d6bfb2374d9cab245d5c5773 (patch) | |
tree | e604c0df50d3401d019964f676c618be1950fe52 /spec/frontend/test_setup.js | |
parent | 3441092b3840cecb913068542ee9242ea19a2017 (diff) | |
download | gitlab-ce-revert-93f16f3d.tar.gz |
Revert "Merge branch 'winh-fix-flaky-dashboard_spec' into 'master'"revert-93f16f3d
This reverts merge request !32571
Diffstat (limited to 'spec/frontend/test_setup.js')
-rw-r--r-- | spec/frontend/test_setup.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/frontend/test_setup.js b/spec/frontend/test_setup.js index e7944441fe1..d52aeb1fe6b 100644 --- a/spec/frontend/test_setup.js +++ b/spec/frontend/test_setup.js @@ -73,9 +73,6 @@ expect.extend(customMatchers); // Tech debt issue TBD testUtilsConfig.logModifiedComponents = false; -// Stub for URL.createObjectURL -window.URL.createObjectURL = function createObjectURL() {}; - // Basic stub for MutationObserver global.MutationObserver = () => ({ disconnect: () => {}, |