2017-07-18 10:48:42 -04:00
|
|
|
import 'core-js/es6/map';
|
|
|
|
import 'core-js/es6/set';
|
2017-04-04 13:47:12 -04:00
|
|
|
import simulateDrag from './simulate_drag';
|
2017-10-17 22:30:36 -04:00
|
|
|
import simulateInput from './simulate_input';
|
2017-04-04 13:47:12 -04:00
|
|
|
|
|
|
|
// Export to global space for rspec to use
|
|
|
|
window.simulateDrag = simulateDrag;
|
2017-10-17 22:30:36 -04:00
|
|
|
window.simulateInput = simulateInput;
|