Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-07-11 22:32:37 +0300
committerMike Greiling <mike@pixelcog.com>2019-07-11 22:32:37 +0300
commit7f8585c61831f18aa2d59879d251accda2fcbc7b (patch)
tree75048d9fe3c01b85025c876b7cc464d8bccc26ad /spec/javascripts/test_bundle.js
parent97482acb6f74b2ff53eba704930a1a7a8028f1e5 (diff)
Update setImmediate use in karma specs
Diffstat (limited to 'spec/javascripts/test_bundle.js')
-rw-r--r--spec/javascripts/test_bundle.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/test_bundle.js b/spec/javascripts/test_bundle.js
index 50741e249ca..ce453d7c483 100644
--- a/spec/javascripts/test_bundle.js
+++ b/spec/javascripts/test_bundle.js
@@ -3,6 +3,7 @@
*/
import $ from 'jquery';
+import 'core-js/features/set-immediate';
import 'vendor/jasmine-jquery';
import '~/commons';
import Vue from 'vue';