summaryrefslogtreecommitdiff
path: root/spec/frontend/test_setup.js
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-09-06 14:03:32 +0000
committerLin Jen-Shin <godfat@godfat.org>2019-09-06 14:03:32 +0000
commit3d7b3300e75960376f29123d7e2c81e542e8d270 (patch)
treebef43eb74ba58505a397c33a45b9614f3365f1c5 /spec/frontend/test_setup.js
parent222d9e62f2f88b01542bea0890fb8fba816f83a5 (diff)
downloadgitlab-ce-3d7b3300e75960376f29123d7e2c81e542e8d270.tar.gz
Revert "Merge branch 'winh-fix-flaky-dashboard_spec' into 'master'"
This reverts merge request !32571
Diffstat (limited to 'spec/frontend/test_setup.js')
-rw-r--r--spec/frontend/test_setup.js3
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: () => {},