2017-09-10 17:25:29 +05:30
|
|
|
import 'core-js/es6/map';
|
|
|
|
import 'core-js/es6/set';
|
2017-08-17 22:00:37 +05:30
|
|
|
import simulateDrag from './simulate_drag';
|
2018-03-17 18:26:18 +05:30
|
|
|
import simulateInput from './simulate_input';
|
2017-08-17 22:00:37 +05:30
|
|
|
|
|
|
|
// Export to global space for rspec to use
|
|
|
|
window.simulateDrag = simulateDrag;
|
2018-03-17 18:26:18 +05:30
|
|
|
window.simulateInput = simulateInput;
|