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 <mgreiling@gitlab.com>2017-04-04 20:47:12 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-04-04 20:47:12 +0300
commit4461e7087d6ba76c7b5b089cac2c19db1e4e19f0 (patch)
treecaacb3215d7ed5d292abf0af4f12ae1d0718e8fa /app/assets/javascripts/test_utils/index.js
parentd8cbe979164192231a85da386337978f6cbfc31d (diff)
Refactor test_utils bundle
Diffstat (limited to 'app/assets/javascripts/test_utils/index.js')
-rw-r--r--app/assets/javascripts/test_utils/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/test_utils/index.js b/app/assets/javascripts/test_utils/index.js
new file mode 100644
index 00000000000..ef401abce2d
--- /dev/null
+++ b/app/assets/javascripts/test_utils/index.js
@@ -0,0 +1,4 @@
+import simulateDrag from './simulate_drag';
+
+// Export to global space for rspec to use
+window.simulateDrag = simulateDrag;