mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-11 16:18:11 +00:00
1.9 KiB
1.9 KiB
@jspsych/test-utils
1.1.1
Patch Changes
- #2376
01f8a373
Thanks @jodeleeuw! - Fix the default mode forsimulateTimeline()
to defer to jsPsych's default.
1.1.0
Minor Changes
- #2287
522aa2cd
Thanks @jodeleeuw! - AddsimulateTimeline()
testing utility that mimics startTimeline but callsjsPsych.simulate()
instead.
- #2287
522aa2cd
Thanks @jodeleeuw! - Added support fordata-only
andvisual
simulation modes.
- #2228
9eb0a064
Thanks @jodeleeuw! - AddedmouseMove()
,mouseDown()
, andmouseUp()
utility functions to dispatch mouse events with location relative to a target element.