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

index.js « test_utils « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef401abce2d05b6f5e2b05ae85579b6c0a9cd6a0 (plain)
1
2
3
4
import simulateDrag from './simulate_drag';

// Export to global space for rspec to use
window.simulateDrag = simulateDrag;