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: 1e75ee60671361170da41d9d25e103ddc116292a (plain)
1
2
3
4
5
6
7
8
import 'core-js/es/map';
import 'core-js/es/set';
import simulateDrag from './simulate_drag';
import simulateInput from './simulate_input';

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