jsPsych/tests
Josh de Leeuw d9b3deb582 remove palmer plugin - fixes #401
Snap library is not handling event listeners correctly, or some other
change to jsPsych broke compatibility. Either way, this plugin isn't
used enough to warrant the effort to make it compatible right now.
2017-06-30 23:24:10 -04:00
..
jsPsych.data tests for #350 for now 2017-06-13 10:00:58 -04:00
jsPsych.pluginAPI fixes #387 2017-06-13 10:00:58 -04:00
jsPsych.randomization organize tests 2017-01-15 15:43:00 -05:00
jsPsych.utils implement testing for utils 2017-05-25 10:39:03 -04:00
media flesh out testing suite framework for plugins #351 2017-03-19 21:44:41 -04:00
plugins remove palmer plugin - fixes #401 2017-06-30 23:24:10 -04:00
events.test.js fixes #387 2017-06-13 10:00:58 -04:00
loads.test.js adjust loading test 2017-05-25 10:39:13 -04:00
progressbar.test.js tests for progress bar 2017-06-13 10:00:58 -04:00
README.md Create README.md 2017-04-10 18:38:42 -04:00
testing-utils.js fixed IAT plugin and doc 2017-06-21 11:16:47 -04:00
timeline-variables.test.js fixes #387 2017-06-13 10:00:58 -04:00
timelines.test.js fixes #387 2017-06-13 10:00:58 -04:00

Testing jsPsych

Tests are written with Jest.

To run the tests, install Node and npm. Run npm install in the root jsPsych directory. Then run npm test.

To add tests, follow examples contained in this folder.