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: 8875590f0f2652143e559d5158e2f30a5390a2d1 (plain)
1
2
3
4
5
6
import 'core-js/es6/map';
import 'core-js/es6/set';
import simulateDrag from './simulate_drag';

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