• Lukas Eipert's avatar
    Fix emitting of events in jest · b72848cb
    Lukas Eipert authored
    Some of the internal changes of jsdom seem to have an effect on events.
    Especially with click events on links. These refactors those events to
    be triggered by Vue.
    
    In other cases we were manually dispatching events, when it is easier to
    just trigger an event directly.
    b72848cb
tracking_spec.js 9.97 KB