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:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-18 16:43:22 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-07-18 16:43:22 +0300
commitf63b55925c3f7794cebebc14663b2253f51ccdd7 (patch)
treeb5c1d5be33ad81b498e674c114aedc1765d2b073 /app/assets/javascripts/test_utils
parent6c0eea630d5720e5a57f998ee66566e1dd0888b9 (diff)
Add es6-set polyfill for test_utils.js
Diffstat (limited to 'app/assets/javascripts/test_utils')
-rw-r--r--app/assets/javascripts/test_utils/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/test_utils/index.js b/app/assets/javascripts/test_utils/index.js
index 016be866444..6f9c744b20f 100644
--- a/app/assets/javascripts/test_utils/index.js
+++ b/app/assets/javascripts/test_utils/index.js
@@ -1,4 +1,5 @@
import 'es6-map/implement';
+import 'es6-set/implement';
import simulateDrag from './simulate_drag';
// Export to global space for rspec to use